8238247: CTW runner should sweep nmethods more aggressively
Reviewed-by: adinn, simonis, iignatyev
This commit is contained in:
parent
f1a2c6019e
commit
970283b601
@ -150,6 +150,9 @@ public class Compiler {
|
||||
} else {
|
||||
compileAtLevel(compLevel);
|
||||
}
|
||||
|
||||
// Make the method eligible for sweeping sooner
|
||||
WHITE_BOX.deoptimizeMethod(method);
|
||||
}
|
||||
|
||||
private void waitCompilation() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user