RFR (XS) 8219789: TestOptionsWithRanges.java produces hs_err_pidXXXXX.log file for VMThreadStackSize=9007199254740991

Mikhailo Seledtsov mikhailo.seledtsov at oracle.com
Wed Feb 27 19:00:18 UTC 2019


+1

On 2/27/19, 8:28 AM, coleen.phillimore at oracle.com wrote:
>
> Looks good.  Thank you for fixing this!
> Coleen
>
> On 2/27/19 11:16 AM, gerard ziemski wrote:
>> Hi all,
>>
>> Please review this trivial test fix.
>>
>> With "VMThreadStackSize=9007199254740991” the 
>> “TestOptionsWithRanges.java” technically passes (it exits with code 1 
>> and a warning), but at the same time it produces an 
>> hs_err_pidXXXXX.log, which is confusing.
>>
>> Since "VMThreadStackSize=9007199254740991” is the max theoretical 
>> range, it will most definitely exit VM with a warning on any system, 
>> so it’s not useful at all, and we’re not missing anything if we 
>> exclude it, so that’s what we do here.
>>
>> bug: https://bugs.openjdk.java.net/browse/JDK-8219789
>> webrev: http://cr.openjdk.java.net/~gziemski/8219789_rev1
>> testing: passes locally and via Mach5 (tier1,2,3)
>>
>>
>> Cheers
>>
>


More information about the hotspot-runtime-dev mailing list