RFR [7u8] (JAXP): 7191547 : XMLEventFactory.newFactory(String factoryId, ClassLoader loader) does not work as expected

2012-08-16 Thread Joe Wang
In the patch for 6756677, we fixed errors in StAX's input and output factories where factoryId such as 'javax.xml.stream.XMLInputFactory" was taken as factory class e.g. com.sun.xml.internal.stream.XMLInputFactoryImpl. Unfortunately, we missed XMLEventFactory in that patch. So this is a patc

Please review: 7190750 (pack200) the java unpacker produces non spec. compliant classfile with lambda classfiles

2012-08-16 Thread Kumar Srinivasan
Hi, fyi. already reviewed by John Rose. http://cr.openjdk.java.net/~ksrini/7190750/webrev.0/ http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7190750 Thanks Kumar

Re: Request for review: 7191777: test/java/lang/ProcessBuilder/Basic.java failing intermittently due to additions for 4244896

2012-08-16 Thread David Holmes
On 17/08/2012 2:33 AM, Rob McKenna wrote: Sounds good: http://cr.openjdk.java.net/~robm/7191777/webrev.02/test/java/lang/ProcessBuilder/Basic.java.cdiff.html I think we would want the non

Re: Request for review: 7191777: test/java/lang/ProcessBuilder/Basic.java failing intermittently due to additions for 4244896

2012-08-16 Thread Rob McKenna
Sounds good: http://cr.openjdk.java.net/~robm/7191777/webrev.02/test/java/lang/ProcessBuilder/Basic.java.cdiff.html -Rob On 16/08/12 08:19, Alan Bateman wrote: On 16/08/2012 03:18,

Re: Improve registering signal handlers in java.lang.Terminator.setup()

2012-08-16 Thread Neil Richards
On Thu, 2012-08-09 at 09:54 +0100, Alan Bateman wrote: > On 08/08/2012 17:10, Neil Richards wrote: > > : > > Hi Alan, > > Apologies, I confused myself about the Hotspot behaviour. > > (I was testing with 'nohup', but not checking the contents of > > 'nohup.out' for the output from my registered shu

hg: jdk8/tl/jdk: 7132247: java/rmi/registry/readTest/readTest.sh failing with Cygwin

2012-08-16 Thread alan . bateman
Changeset: e50a39d011b5 Author:alanb Date: 2012-08-16 14:35 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e50a39d011b5 7132247: java/rmi/registry/readTest/readTest.sh failing with Cygwin Reviewed-by: alanb Contributed-by: Eric Wang ! test/ProblemList.txt ! test/java/rmi/re

hg: jdk8/tl/jdk: 7191892: ProblemList.txt updates (8/2012)

2012-08-16 Thread alan . bateman
Changeset: 4fb8792725d5 Author:alanb Date: 2012-08-16 11:42 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/4fb8792725d5 7191892: ProblemList.txt updates (8/2012) Reviewed-by: alanb Contributed-by: amy...@oracle.com ! test/ProblemList.txt

Re: Code review request 7191892: ProblemList.txt updates (8/2012)

2012-08-16 Thread Alan Bateman
On 16/08/2012 10:24, Amy Lu wrote: Following bugs have been resolved, tests have been verified working fine. CR and related tests should be removed from ProblemList: 7149181 [Fix-Delivered]: sun/management/jmxremote/startstop/JMXStartStopTest.sh failing on all platforms 7174532 [Fix-Delivered]

hg: jdk8/tl/jdk: 7191556: (fs) UnixNativeDispatcher.getextmntent should be moved into platform specific code

2012-08-16 Thread alan . bateman
Changeset: e48a9a1c14e3 Author:alanb Date: 2012-08-16 11:14 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e48a9a1c14e3 7191556: (fs) UnixNativeDispatcher.getextmntent should be moved into platform specific code Reviewed-by: andrew ! make/java/nio/Makefile ! make/java/nio/m

hg: jdk8/tl/jdk: 7185965: Build error in javadoc make stage for bundles not containing crypto package

2012-08-16 Thread sean . coffey
Changeset: 56d8756749bd Author:coffeys Date: 2012-08-16 10:48 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/56d8756749bd 7185965: Build error in javadoc make stage for bundles not containing crypto package Reviewed-by: chegar ! make/common/shared/Defs-java.gmk

hg: jdk8/tl/corba: 7056731: Race condition in CORBA code causes re-use of ABORTed connections

2012-08-16 Thread sean . coffey
Changeset: 18a02ad8dc73 Author:coffeys Date: 2012-08-16 10:33 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/18a02ad8dc73 7056731: Race condition in CORBA code causes re-use of ABORTed connections Reviewed-by: lancea Contributed-by: d.macdon...@auckland.ac.nz ! src/share/

hg: jdk8/tl/jdk: 7056731: Race condition in CORBA code causes re-use of ABORTed connections

2012-08-16 Thread sean . coffey
Changeset: 39b01268b845 Author:coffeys Date: 2012-08-16 10:35 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/39b01268b845 7056731: Race condition in CORBA code causes re-use of ABORTed connections Reviewed-by: lancea Contributed-by: d.macdon...@auckland.ac.nz ! test/Makefile

Code review request 7191892: ProblemList.txt updates (8/2012)

2012-08-16 Thread Amy Lu
Following bugs have been resolved, tests have been verified working fine. CR and related tests should be removed from ProblemList: 7149181 [Fix-Delivered]: sun/management/jmxremote/startstop/JMXStartStopTest.sh failing on all platforms 7174532 [Fix-Delivered]: jdk/test/java/lang/Math/WorstCaseTe

Re: Request for review: 7191777: test/java/lang/ProcessBuilder/Basic.java failing intermittently due to additions for 4244896

2012-08-16 Thread Alan Bateman
On 16/08/2012 03:18, David Holmes wrote: Hi Rob, On 16/08/2012 9:09 AM, Rob McKenna wrote: Hi folks, One of the tests from 4244896 failed once during nightly testing. It isn't known how much of a delay will be necessary in order for it to pass. In any case the tolerance can't really be loosene