Re: RFR 8004547: Extend JavaFX launcher support...

2013-01-04 Thread Kumar Srinivasan
On 1/4/2013 3:10 PM, David DeHaven wrote: Cmd line FAC LAUNCH_MODE JAVAFX_LAUNCH_MODE java -jar fxapp.jarPresent LM_JAR LM_JAR java -jar fxapp.jarNot present LM_JAR [LM_JAR] java -cp fxapp.jar ... Not present LM_CLASS

Re: RFR: 7187882: TEST_BUG: java/rmi/activation/checkusage/CheckUsage.java fails intermittently

2013-01-04 Thread Mandy Chung
It is a good cleanup and the change looks okay to me. I'll count on your testing to verify if this fixes the intermittent problem :) StreamPipe.run() catches InterruptedIOException and IOException and ignores the error. Is it safe? Are the tests expected to fail in some other way (missing o

Re: RFR: 7187882: TEST_BUG: java/rmi/activation/checkusage/CheckUsage.java fails intermittently

2013-01-04 Thread Stuart Marks
Hi Darryl, Thanks for looking. Was it last year already that I developed this patch? Sheesh! :-) s'marks On 1/4/13 9:24 AM, Darryl Mocek wrote: Hey Stuart, the changes look good to me, although I didn't apply the patch and run the tests. The only comment I have is to update all copyrig

Re: Code review request 8005683: ProblemList.txt updates (01/2013)

2013-01-04 Thread Stuart Marks
I've pushed this as: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/92c3b24a8e9a s'marks On 1/3/13 6:46 PM, Amy Lu wrote: Following issue has been fixed, related test should be removed from ProblemList: # 7194607 java/lang/instrument/VerifyLocalVariableTableOnRetransformTest.sh generic-all Follow

hg: jdk8/tl/jdk: 8005683: ProblemList.txt updates (01/2013)

2013-01-04 Thread stuart . marks
Changeset: 92c3b24a8e9a Author:smarks Date: 2013-01-04 16:10 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/92c3b24a8e9a 8005683: ProblemList.txt updates (01/2013) Reviewed-by: mchung, alanb Contributed-by: amy...@oracle.com ! test/ProblemList.txt

Re: RFR 8004547: Extend JavaFX launcher support...

2013-01-04 Thread David DeHaven
>>> Cmd line FAC LAUNCH_MODE >>> JAVAFX_LAUNCH_MODE >>> java -jar fxapp.jarPresent LM_JAR LM_JAR >>> java -jar fxapp.jarNot present LM_JAR [LM_JAR] >>> java -cp fxapp.jar ... Not present LM_CLASS

Re: RFR 8004547: Extend JavaFX launcher support...

2013-01-04 Thread Kumar Srinivasan
On 1/4/2013 12:27 PM, David DeHaven wrote: Cmd line FAC LAUNCH_MODE JAVAFX_LAUNCH_MODE java -jar fxapp.jarPresent LM_JAR LM_JAR java -jar fxapp.jarNot present LM_JAR [LM_JAR] java -cp fxapp.jar ... Not present LM_CLASS

Re: RFR 8004547: Extend JavaFX launcher support...

2013-01-04 Thread David DeHaven
> Cmd line FAC LAUNCH_MODE JAVAFX_LAUNCH_MODE > java -jar fxapp.jarPresent LM_JAR LM_JAR > java -jar fxapp.jarNot present LM_JAR [LM_JAR] > java -cp fxapp.jar ... Not present LM_CLASSLM_CLASS

Re: RFR 8005709: Add at since tags to new FJP getCommonPoolParallelism and commonPool

2013-01-04 Thread Martin Buchholz
Many moons ago, I wrote a script to find missing @since tags in the JDK, that may still be floating around somewhere in openjdk-land. On Fri, Jan 4, 2013 at 9:34 AM, Chris Hegarty wrote: > Trivially, add @since 1.8 tags to the two new ForkJoinPool methods in 1.8. >

Re: RFR: javax.xml.stream: Using ServiceLoader to load JAXP stream factories (7169894: JAXP Plugability Layer: using service loader)

2013-01-04 Thread Joe Wang
Hi Daniel, Yes, I agree with 3. As I said before, we should return an error if factoryId != type.getName() since it indicates a configuration error. Scenario 4 does exist, but it's beyond the current spec. Such an impl should not use the default API. The StAX spec is not always clear. My i

Re: RFR 8004547: Extend JavaFX launcher support...

2013-01-04 Thread David DeHaven
[pardon the data shuffle…] Cmd line FAC LAUNCH_MODE JAVAFX_LAUNCH_MODE java -jar fxapp.jarPresent LM_JAR LM_JAR java -jar fxapp.jarNot present LM_JAR [LM_JAR] java -cp fxapp.jar ... Not present LM_CLASS

RFR 8005709: Add at since tags to new FJP getCommonPoolParallelism and commonPool

2013-01-04 Thread Chris Hegarty
Trivially, add @since 1.8 tags to the two new ForkJoinPool methods in 1.8. diff -r 6d814b2f9112 src/share/classes/java/util/concurrent/ForkJoinPool.java --- a/src/share/classes/java/util/concurrent/ForkJoinPool.java Fri Jan 04 11:34:17 2013 + +++ b/src/share/classes/java/util/concurrent/Fo

Re: RFR: 7187882: TEST_BUG: java/rmi/activation/checkusage/CheckUsage.java fails intermittently

2013-01-04 Thread Darryl Mocek
Hey Stuart, the changes look good to me, although I didn't apply the patch and run the tests. The only comment I have is to update all copyrights to 2013. Darryl On 01/03/2013 06:39 PM, Stuart Marks wrote: Hi all, Please review these additional RMI test cleanups: http://cr.openjdk.jav

Re: RFR 8004547: Extend JavaFX launcher support...

2013-01-04 Thread Kumar Srinivasan
David, It is looking good, a couple of comments and requests: 1. LauncherHelper.java: Can you please document the table below in LauncherHelper.java, and a note to refer to LauncherHelper.java in FXLauncherTest.java this will make it easier to understand everything in the future. 2.

Re: RFR: javax.xml.stream: Using ServiceLoader to load JAXP stream factories (7169894: JAXP Plugability Layer: using service loader)

2013-01-04 Thread Daniel Fuchs
Hi guys, Happy new year to you all! And apologies for this long email :-) I think we still haven't converged on this issue in javax.xml.stream - so let me make a recap. The issue is for the newInstance/newFactory methods that take a factoryId parameter, in the factories for the javax.xml.stream

Re: Review Request : Java exe doesn't process args ending Back slash

2013-01-04 Thread jayashree viswanathan
On 20-12-2012 12:07 AM, Kumar Srinivasan wrote: Hello Jayashree, a. you are referencing a bug which has already been fixed, is there a new one for this ? b. with regards to the fix, I don't quite understand the issue, could you please provide a use case ? c. your regression test doe

Re: Request for Review: Java SE 8 Compact Profiles

2013-01-04 Thread Chris Hegarty
I took a look over the jdk src and test changes. Given the comments below, it looks ok to me. -Chris. On 04/01/2013 07:54, Alan Bateman wrote: On 02/01/2013 18:53, Mandy Chung wrote: I reviewed the src/test changes in the jdk repo and have a few comments: Attributes.java: 568 * {@code Name}

hg: jdk8/tl/jdk: 8005638: Less secure Authentication schemes should work when more secure schemes are not available

2013-01-04 Thread chris . hegarty
Changeset: 6d814b2f9112 Author:chegar Date: 2013-01-04 11:34 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6d814b2f9112 8005638: Less secure Authentication schemes should work when more secure schemes are not available Reviewed-by: alanb ! src/share/classes/sun/net/www/pro

hg: jdk8/tl/jdk: 8005659: Add tools/pack200/AttributeTests.java to exclude list (ProblemList.txt) until pack200 updated to support method parameters

2013-01-04 Thread chris . hegarty
Changeset: 438d37d16417 Author:chegar Date: 2013-01-04 11:18 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/438d37d16417 8005659: Add tools/pack200/AttributeTests.java to exclude list (ProblemList.txt) until pack200 updated to support method parameters Reviewed-by: mchung, k