Request for reviews (S): 6923043: failed nightly tests which use -XX:+PrintCompilation -Xcomp -XX:CompileOnly
Tom Rodriguez
Thomas.Rodriguez at Sun.COM
Wed Feb 3 13:03:40 PST 2010
Which test did this cause to fail? I think it would be better for the default to be reporting, particularly since I think you missed a couple in compilerBroker that should be reported. Maybe we should add set_not_compilable_quietly for use by the various oracle routines that supplies the correct arguments.
tom
On Feb 3, 2010, at 12:41 PM, Vladimir Kozlov wrote:
>
> 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