RFR 8247741: Test test/hotspot/jtreg/runtime/7162488/TestUnrecognizedVmOption.java fails when -XX:+IgnoreUnrecognizedVMOptions is set

Harold Seigel harold.seigel at oracle.com
Wed Jul 1 12:16:44 UTC 2020


Thanks David!

Harold

On 6/30/2020 6:58 PM, David Holmes wrote:
> Looks good! Thanks for fixing. :)
>
> David
>
> On 1/07/2020 12:32 am, Harold Seigel wrote:
>> Hi,
>>
>> Please review this small fix (suggested by dholmes) for JDK-8247741. 
>> The fix avoids using createTestJvm() to prevent JTreg flags from 
>> being passed to the new process created by the test.
>>
>> Open Webrev: 
>> http://cr.openjdk.java.net/~hseigel/bug_8247741/webrev/index.html
>>
>> JBS Bug: https://bugs.openjdk.java.net/browse/JDK-8247741
>>
>> The fix was tested by running the test using Mach5 and by running it 
>> by hand with -vmoptions:"-XX:+IgnoreUnrecognizedVMOptions" specified 
>> on the JTReg command line.
>>
>> Thanks, Harold
>>


More information about the hotspot-runtime-dev mailing list