8238247: CTW runner should sweep nmethods more aggressively

Reviewed-by: adinn, simonis, iignatyev
This commit is contained in:
Aleksey Shipilev 2020-02-10 06:18:28 +01:00
parent f1a2c6019e
commit 970283b601

View File

@ -150,6 +150,9 @@ public class Compiler {
} else {
compileAtLevel(compLevel);
}
// Make the method eligible for sweeping sooner
WHITE_BOX.deoptimizeMethod(method);
}
private void waitCompilation() {