RFR for JDK-8028711: TEST_BUG: Tests should pass through VM options: corelibs tests

2014-01-26 Thread michael cui
Hi, Please review the following code changes for https://bugs.openjdk.java.net/browse/JDK-8028711 The bug and fix are for enforcing the following rules: launch java from shell script, ${TESTVMOPTS} and ${TESTJAVAOPTS} should be passed in. launch javac from shell script, ${TESTTOOLVMOPTS} and

Re: RFR for JDK-8028711: TEST_BUG: Tests should pass through VM options: corelibs tests

2014-01-26 Thread Alan Bateman
On 26/01/2014 08:10, michael cui wrote: Hi, Please review the following code changes for https://bugs.openjdk.java.net/browse/JDK-8028711 The bug and fix are for enforcing the following rules: launch java from shell script, ${TESTVMOPTS} and ${TESTJAVAOPTS} should be passed in. launch javac

Re: Analysis on JDK-8022321 java/lang/ref/OOMEInReferenceHandler.java fails intermittently

2014-01-26 Thread Peter Levart
On 01/25/2014 05:35 AM, srikalyan chandrashekar wrote: Hi Peter, if you are a committer would you like to take this further (OR) perhaps david could sponsor this change. Hi, Here's new webrev that takes into account Kaylan's and David's review comments:

Re: Analysis on JDK-8022321 java/lang/ref/OOMEInReferenceHandler.java fails intermittently

2014-01-26 Thread srikalyan chandrashekar
On 1/26/14 11:07 AM, Peter Levart wrote: On 01/25/2014 05:35 AM, srikalyan chandrashekar wrote: Hi Peter, if you are a committer would you like to take this further (OR) perhaps david could sponsor this change. Hi, Here's new webrev that takes into account Kaylan's and David's review

Re: RFR for JDK-8028711: TEST_BUG: Tests should pass through VM options: corelibs tests

2014-01-26 Thread michael cui
On 01/26/2014 05:14 PM, Alan Bateman wrote: On 26/01/2014 08:10, michael cui wrote: Hi, Please review the following code changes for https://bugs.openjdk.java.net/browse/JDK-8028711 The bug and fix are for enforcing the following rules: launch java from shell script, ${TESTVMOPTS} and