hg: jdk7/tl/jdk: 6960211: JavaScript engine allows creation of interface although methods not available

2011-03-09 Thread sundararajan . a
Changeset: 090c52eebf6a Author:sundar Date: 2011-03-10 12:52 +0530 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/090c52eebf6a 6960211: JavaScript engine allows creation of interface although methods not available Reviewed-by: jjh ! src/share/classes/com/sun/script/javascript/Rhi

hg: jdk7/tl/jdk: 3 new changesets

2011-03-09 Thread kelly . ohair
Changeset: cfc05963734e Author:ramap Date: 2011-03-09 15:47 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/cfc05963734e 7020513: Add com.sun.xml.internal to the "package.access" property in $JAVA_HOME/lib/security/java.security Reviewed-by: ohair, alanb ! src/share/lib/secu

hg: jdk7/tl/jdk: 7022370: Launcher ergonomics should provide simple default implementation

2011-03-09 Thread david . holmes
Changeset: 38626f41e458 Author:dholmes Date: 2011-03-09 19:52 -0500 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/38626f41e458 7022370: Launcher ergonomics should provide simple default implementation Summary: Use a common, platform independent, implementation unless an architect

Re: Review request: 7006814 "sun.util.logging.PlatformLogger ability to override the output format"

2011-03-09 Thread Mandy Chung
On 3/9/11 10:08 AM, Alan Bateman wrote: Mandy Chung wrote: : As Eamonn said, I don't think we can change the default of SimpleFormatter to one line as it would break existing apps/scripts/tools that depend on the format. When j.u.logging is enabled (e.g. the j.u.logging API is called), it

Re: Review request: 7006814 "sun.util.logging.PlatformLogger ability to override the output format"

2011-03-09 Thread Mandy Chung
On 3/9/11 3:47 AM, Alan Bateman wrote: Mandy Chung wrote: 7006814: sun.util.logging.PlatformLogger ability to override the output format The platform logger is using the SimpleFormatter to be same as the default logging configuration. It prints 2 lines with the timestamp. For debugging

hg: jdk7/tl/langtools: 7025988: Test test/tools/javac/file/zip/T6836682.java takes too long to complete

2011-03-09 Thread maurizio . cimadamore
Changeset: 4fd20d5b7295 Author:mcimadamore Date: 2011-03-09 16:47 + URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/4fd20d5b7295 7025988: Test test/tools/javac/file/zip/T6836682.java takes too long to complete Summary: added @ignore tag to temporarily disable the test Revi

Re: Reviewer needed - more test cases added to regression java/lang/Double/ToString.java

2011-03-09 Thread Alan Bateman
Pavel Tisnovsky wrote: Hi, I'd like to change regression test java/lang/Double/ToString.java to check some issues described in bug #4511638 in addition to bug #4428022. Webrev containing new version of the regression test (and diffs) is available here: http://cr.openjdk.java.net/~ptisnovs/jtreg

Reviewer needed - more test cases added to regression java/lang/Double/ToString.java

2011-03-09 Thread Pavel Tisnovsky
Hi, I'd like to change regression test java/lang/Double/ToString.java to check some issues described in bug #4511638 in addition to bug #4428022. Webrev containing new version of the regression test (and diffs) is available here: http://cr.openjdk.java.net/~ptisnovs/jtreg-DoubleToString/ New ver

Re: Review request: 7006814 "sun.util.logging.PlatformLogger ability to override the output format"

2011-03-09 Thread Alan Bateman
Mandy Chung wrote: 7006814: sun.util.logging.PlatformLogger ability to override the output format The platform logger is using the SimpleFormatter to be same as the default logging configuration. It prints 2 lines with the timestamp. For debugging use, 1-line format will be simpler and a

Re: Request for review: 6597112: Referential integrity loophole during remote object export

2011-03-09 Thread Neil Richards
Hi Alan, thanks for looking at this. On 9 March 2011 10:45, Alan Bateman wrote: > You've changed WeakRef so that an instance is initially "strong". Does this > have implications for other uses of WeakRef? I see one in > sun.rmi.transport.ObjectTable for example. You'll notice that the WeakRef co

Re: Request for review: 6597112: Referential integrity loophole during remote object export

2011-03-09 Thread Alan Bateman
Neil Richards wrote: Bug 6597112 [1] reports that the implementation of java.rmi.server.UnicastRemoteObject.exportObject(Remote) has a window in which the Remote object given to the method is only weakly referenced by the implementation. Due to this window, an unfortunately timed GC cycle can fr