Question about 6961765

2012-02-29 Thread Sean Chou
Hi all, I just encountered this bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6961765 . But it is closed as "NOT A BUG" without any comments. Would anyone take a look and give it a comment ? Thanks. -- Best Regards, Sean Chou

JEP 150: JSR 310: Date and Time API

2012-02-29 Thread mark . reinhold
Posted: http://openjdk.java.net/jeps/150 - Mark

JEP 149: Reduce Core-Library Memory Usage

2012-02-29 Thread mark . reinhold
Posted: http://openjdk.java.net/jeps/149 - Mark

Re: RFR 7149320: Move sun.misc.VM.booted() to end of System.initializeSystemClass()

2012-02-29 Thread David Holmes
Okay - Alan has pointed out that fairly recently (6888546) setJavaLangAccess and booted() were in the opposite order to today. Based on that I now think it is extremely low risk to change the order as suggested. Thanks, David On 29/02/2012 11:15 AM, David Holmes wrote: Hi Mike, On 29/02/201

Re: Please review fix for: 7148499

2012-02-29 Thread Kumar Srinivasan
Hi, Please review fix for launcher tests, the JVM requires a higher stack size for 64bit systems, this fixes increases the stack size and removes the test from the problem list. fyi, The stack size is specified here so that the launcher flag under test, parses and scales these options for hu

hg: jdk8/tl/jdk: 7148499: Stack size in tools/launcher/Settings.java needs to be increased

2012-02-29 Thread kumar . x . srinivasan
Changeset: bd43a6f59c9b Author:ksrini Date: 2012-02-29 08:20 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bd43a6f59c9b 7148499: Stack size in tools/launcher/Settings.java needs to be increased Reviewed-by: alanb ! test/ProblemList.txt ! test/tools/launcher/Settings.java

Re: Please review fix for: 7148499

2012-02-29 Thread Seán Coffey
Can do Kumar. Should get these in before the week is out. regards, Sean. On 29/02/12 16:16, Kumar Srinivasan wrote: Hi, Please review fix for launcher tests, the JVM requires a higher stack size for 64bit systems, this fixes increases the stack size and removes the test from the problem list

Please review fix for: 7148499

2012-02-29 Thread Kumar Srinivasan
Hi, Please review fix for launcher tests, the JVM requires a higher stack size for 64bit systems, this fixes increases the stack size and removes the test from the problem list. fyi, The stack size is specified here so that the launcher flag under test, parses and scales these options for huma

Re: Please review fix for: 7148499

2012-02-29 Thread Alan Bateman
On 29/02/2012 15:21, Kumar Srinivasan wrote: Hi, Please review fix for launcher tests, the JVM requires a higher stack size for 64bit systems, this fixes increases the stack size and removes the test from the problem list. fyi, The stack size is specified here so that the launcher flag under te

Re: RFR 7149320: Move sun.misc.VM.booted() to end of System.initializeSystemClass()

2012-02-29 Thread Alan Bateman
On 28/02/2012 03:57, Mike Duigou wrote: Hello all; This issue is a patch for review that I have split out of a larger issue I'll be submitting later. WEBREV @ http://cr.openjdk.java.net/~mduigou/7149320/0/webrev/ sun.misc.VM.booted() is currently called before setJavaLangAccess(). For code w