-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 21, 25, 26
-
Component/s: hotspot
-
b05
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8365705 | 25.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
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.
- backported by
-
JDK-8365705 CTW: Skip deoptimization between tiers
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk25u/037133e8
-
Commit(master)
openjdk/jdk/cd6caedd
-
Review(master)
openjdk/jdk25u/90
-
Review(master)
openjdk/jdk/26013