- 
    Bug 
- 
    Resolution: Fixed
- 
     P4 P4
- 
    9, 10, 11, 13, 14, 15
- 
        b11
- 
        generic
- 
        generic
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build | 
|---|---|---|---|---|---|---|
| JDK-8320408 | 11.0.23-oracle | Daniel Skantz | P4 | Resolved | Fixed | b01 | 
| JDK-8322646 | 11.0.23 | Amos SHI | P4 | Resolved | Fixed | b01 | 
                    ## Outcome and solution:
The original case was created for the problem of intermittent switching from level 3 to level 4 in background. Since that, the VM has changed and can now do 0->4 transition. The notion of trivial method has also changed. The fix makes 'trivial' method really trivial, assumes 0->4 transition for trivial methods; switches off background compilation.
## Original Description:
It seems that after deoptimization, the method is compiled at level 4 instead of level 3.
The original case was created for the problem of intermittent switching from level 3 to level 4 in background. Since that, the VM has changed and can now do 0->4 transition. The notion of trivial method has also changed. The fix makes 'trivial' method really trivial, assumes 0->4 transition for trivial methods; switches off background compilation.
## Original Description:
It seems that after deoptimization, the method is compiled at level 4 instead of level 3.
- backported by
- 
                    JDK-8320408 LevelTransitionTest.java, fix trivial methods levels logic -           
- Resolved
 
-         
- 
                    JDK-8322646 LevelTransitionTest.java, fix trivial methods levels logic -           
- Resolved
 
-         
- relates to
- 
                    JDK-8298272 Clean up ProblemList -           
- Resolved
 
-         
 
        