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 14:45:40 PST 2010
Tom Rodriguez wrote:
>>
>> I don't think we should add global set_not_compilable_quietly since the methods
>> which are still compilable could be deoptimized and we want report the case.
>
> I meant that we should add:
>
> void set_not_compilable_quietly(int comp_level = CompLevel_highest_tier) {
> set_not_compilable(comp_level, false);
> }
>
> so you don't have to guess what false means.
http://cr.openjdk.java.net/~kvn/6923043/webrev.02
Done. Sorry, I misunderstood you.
Vladimir
More information about the hotspot-compiler-dev
mailing list