RFR(S) 8007270: Make IsMethodCompilable test work with tiered (original) (raw)

Nils Eliasson nils.eliasson at oracle.com
Tue Jan 28 07:02:09 PST 2014


Hi all,

I need a review for this change.

http://cr.openjdk.java.net/~neliasso/8007270/webrev.01/

This test was disabled since it didn't work very well with tiered (or client). It tests the PerMethodRecompilationCutoff that was introduced to disable c2-compilations of a method when it has been deoptimized too many times. The bug report suggested we should disable c1 compilations as well but I don't think that was the intent of the cutoff feature.

I have changed the following in the test

Now the test works and the running time has been reduced to seconds instead of minutes.

Kind regards, Nils Eliasson



More information about the hotspot-compiler-dev mailing list