-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 9, 10
-
Component/s: hotspot
-
b175
-
generic
-
generic
-
Verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8182786 | 10 | Dean Long | P2 | Resolved | Fixed | b14 |
| JDK-8182515 | 9.0.4 | Dean Long | P2 | Resolved | Fixed | b01 |
After integration of AOT macro FOR_ALL_NMETHOD_HEAPS is used in most CodeCache methods. But it does include NonNMethod heap in segmented CodeCache.
The problem was found during JDK-8171365 investigation and point fix was pushed.
But we may have problem in other places too. For example PrintCodeCache2 misses information about code in NonNMethod heap:
runtime_stubs: 0
adapters: 0
buffer blobs: 0
deoptimization_stubs: 0
The problem was found during JDK-8171365 investigation and point fix was pushed.
But we may have problem in other places too. For example PrintCodeCache2 misses information about code in NonNMethod heap:
runtime_stubs: 0
adapters: 0
buffer blobs: 0
deoptimization_stubs: 0
- backported by
-
JDK-8182515 NonNMethod heap in segmented CodeCache is not scanned in some cases
-
- Resolved
-
-
JDK-8182786 NonNMethod heap in segmented CodeCache is not scanned in some cases
-
- Resolved
-