Request for reviews (S): 6923043: failed nightly tests which use -XX:+PrintCompilation -Xcomp -XX:CompileOnly
Vladimir Kozlov
Vladimir.Kozlov at Sun.COM
Wed Feb 3 12:41:48 PST 2010
http://cr.openjdk.java.net/~kvn/6923043/webrev
Fixed 6923043: failed nightly tests which use -XX:+PrintCompilation -Xcomp -XX:CompileOnly
The intention of changes in 6614597 was to print "made not compilable" line
for methods for which compilation was disabled due to frequent deoptimizations.
But it prints such line also for methods for which compilation was disabled
due to CompilerOracle options (Exclude, CompileOnly, CIStart, CIStop).
The fix is to path flag to methodOopDesc::set_not_compilable() to print
the line only for deoptimizations.
Reviewed by:
Fix verified (y/n): y, failed test
Other testing:
JPRT
More information about the hotspot-compiler-dev
mailing list