8318468: compiler/tiered/LevelTransitionTest.java fails with -XX:CompileThreshold=100 -XX:TieredStopAtLevel=1
Reviewed-by: rcastanedalo, chagedorn
This commit is contained in:
parent
87516e29dc
commit
61d0db3838
@ -204,7 +204,8 @@ public class LevelTransitionTest extends TieredLevelsTest {
|
||||
}
|
||||
|
||||
private static class CompileMethodHolder {
|
||||
private final int iter = 10;
|
||||
// Make sure that loop backedge is never taken to prevent unexpected OSR compilations.
|
||||
private final int iter = 1;
|
||||
private int field = 42;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user