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 14:57:39 PST 2010
I was a little cryptic. Anyway, this looks good.
tom
On Feb 3, 2010, at 2:45 PM, Vladimir Kozlov wrote:
> 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