Request for reviews (XS): 6841800: Incorrect boundary values behavior for option -XX:MaxLabelRootDepth=0-6 leads to jvm crash
Tom Rodriguez
Thomas.Rodriguez at Sun.COM
Wed Jun 24 11:48:45 PDT 2009
Looks good.
tom
On Jun 24, 2009, at 10:26 AM, Vladimir Kozlov wrote:
>
> http://cr.openjdk.java.net/~kvn/6841800/webrev.00
>
> Fixed 6841800: Incorrect boundary values behavior for option -
> XX:MaxLabelRootDepth=0-6 leads to jvm crash
>
> Problem:
> MaxLabelRootDepth value less then 10 is invalid since
> some required stubs will not be compiled.
>
> Solution:
> Assert if MaxLabelRootDepth is too small.
> In product version set it to 100 if it < 100.
>
> Reviewed by:
>
> Fix verified (y/n): y, bug's test
>
> Other testing:
> JPRT
>
More information about the hotspot-compiler-dev
mailing list