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

coleen.phillimore at oracle.com coleen.phillimore at oracle.com
Wed Feb 27 16:28:04 UTC 2019


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