hg: jdk8/tl: 7143162: Allow disable building of jdk demos and samples

2012-02-27 Thread mike . duigou
Changeset: 28f2fe471725
Author:mduigou
Date:  2012-02-27 18:09 -0800
URL:   http://hg.openjdk.java.net/jdk8/tl/rev/28f2fe471725

7143162: Allow disable building of jdk demos and samples
Reviewed-by: ohair

! make/sanity-rules.gmk



hg: jdk8/tl/jdk: 7143162: Allow disable building of jdk demos and samples

2012-02-27 Thread mike . duigou
Changeset: 323abe0e8973
Author:mduigou
Date:  2012-02-27 18:10 -0800
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/323abe0e8973

7143162: Allow disable building of jdk demos and samples
Reviewed-by: ohair

! make/Makefile
! make/common/Release.gmk
! make/common/shared/Sanity-Settings.gmk



hg: jdk8/tl/jdk: 7110104: It should be possible to stop and start JMX Agent at runtime

2012-02-27 Thread dmitriy . samersoff
Changeset: 1e737abbff6f
Author:dsamersoff
Date:  2012-02-27 15:21 +0400
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/1e737abbff6f

7110104: It should be possible to stop and start JMX Agent at runtime
Summary: Added a capability to start and stop JMX Agent by jcmd
Reviewed-by: acorn, mchung

! src/share/classes/sun/management/Agent.java
! src/share/classes/sun/management/AgentConfigurationError.java
! src/share/classes/sun/management/jmxremote/ConnectorBootstrap.java
! src/share/classes/sun/management/resources/agent.properties
! test/sun/management/AgentCheckTest.java
+ test/sun/management/jmxremote/startstop/JMXStartStopDoSomething.java
+ test/sun/management/jmxremote/startstop/JMXStartStopTest.java
+ test/sun/management/jmxremote/startstop/JMXStartStopTest.sh
+ test/sun/management/jmxremote/startstop/REMOTE_TESTING.txt
+ test/sun/management/jmxremote/startstop/management_cl.properties
+ test/sun/management/jmxremote/startstop/management_jcmd.properties



hg: jdk8/tl/jdk: 7079093: TEST_BUG: java/lang/instrument/ManifestTest.sh fails with cygwin

2012-02-27 Thread staffan . larsen
Changeset: 4893a89b4916
Author:sla
Date:  2012-02-24 20:09 +0100
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/4893a89b4916

7079093: TEST_BUG: java/lang/instrument/ManifestTest.sh fails with cygwin
Summary: Work around problems in some cygwin installations
Reviewed-by: alanb, sspitsyn

! test/ProblemList.txt
! test/java/lang/instrument/ManifestTest.sh



hg: jdk8/tl/jdk: 7073626: RmiBootstrapTest.sh and RmiSslBootstrapTest.sh fail under Cygwin

2012-02-27 Thread staffan . larsen
Changeset: 585f2c72d042
Author:sla
Date:  2012-02-24 20:02 +0100
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/585f2c72d042

7073626: RmiBootstrapTest.sh and RmiSslBootstrapTest.sh fail under Cygwin
Summary: Detect and handle cygwin correctly
Reviewed-by: alanb, sspitsyn

! test/ProblemList.txt
! test/sun/management/jmxremote/bootstrap/GeneratePropertyPassword.sh



hg: jdk8/tl/jdk: 2 new changesets

2012-02-27 Thread sean . mullan
Changeset: 805fc337bbe8
Author:mullan
Date:  2012-02-27 11:44 -0500
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/805fc337bbe8

7147830: NullPointerException in java.security.Policy.implies() when the 
ProtectionDomain has a null code sou
Reviewed-by: vinnie

! src/share/classes/sun/security/provider/PolicyFile.java
+ test/sun/security/provider/PolicyFile/NullCodeSource.java

Changeset: cdf6184a7d5c
Author:mullan
Date:  2012-02-27 13:53 -0500
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/cdf6184a7d5c

Merge




Re: Code Review Request, 7147830: NullPointerException in java.security.Policy.implies() ...

2012-02-27 Thread Vincent Ryan
Fix looks good.


On 02/27/12 04:35 PM, Sean Mullan wrote:
> Hi Vinnie,
> 
> Could you review the following trivial fix for 7147830: NullPointerException 
> in
> java.security.Policy.implies() when the ProtectionDomain has a null code sou
> 
> webrev: http://cr.openjdk.java.net/~mullan/webrevs/7147830/webrev.00/
> 
> Thanks,
> Sean



Code Review Request, 7147830: NullPointerException in java.security.Policy.implies() ...

2012-02-27 Thread Sean Mullan

Hi Vinnie,

Could you review the following trivial fix for 7147830: 
NullPointerException in java.security.Policy.implies() when the 
ProtectionDomain has a null code sou


webrev: http://cr.openjdk.java.net/~mullan/webrevs/7147830/webrev.00/

Thanks,
Sean