-
Enhancement
-
Resolution: Fixed
-
P4
-
21, 25, 26
-
b05
When profiling CTW runs, I noticed we spend a lot of time dealing with deoptimization. We do this excessively, deoptimizing before compilation on every tier. This is excessive: Hotspot honors compilation requests on subsequent levels without the need for explicit deoptimization. Not doing deopt between tiers greatly improves CTW performance.
- links to
-
Commit(master) openjdk/jdk/cd6caedd
-
Review(master) openjdk/jdk/26013