-
Enhancement
-
Resolution: Fixed
-
P3
-
11.0.7-oracle, 14
-
b27
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8236334 | 15 | Tom Rodriguez | P3 | Resolved | Fixed | team |
JDK-8236231 | 11.0.7-oracle | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
InstalledCode.invalidate can be used for direct invalidation of an nmethod. The current code reuses VM_Deoptimize which scans the entire code cache to find the nmethod and make it not entrant. This is obviously inefficient for large code caches.
- backported by
-
JDK-8236231 [JVMCI] Improve InstalledCode.invalidate for large code caches
- Resolved
-
JDK-8236334 [JVMCI] Improve InstalledCode.invalidate for large code caches
- Resolved
- duplicates
-
JDK-8230884 [Graal] assert(zombie_ok || !nm->is_zombie()) failed: cannot lock a zombie method
- Closed