Request for reviews (XS): 6841800: Incorrect boundary values behavior for option -XX:MaxLabelRootDepth=0-6 leads to jvm crash
Vladimir Kozlov
Vladimir.Kozlov at Sun.COM
Wed Jun 24 10:26:01 PDT 2009
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