-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
Interpreter oop maps are computed lazily, because they are expensive to compute.
GCs uses a small hash table per instance class to cache computed oop maps during STW root scan, but not for concurrent root scan.
Concurrent GCs should be able to take advantage the oop map cache to speed up root scan.
GCs uses a small hash table per instance class to cache computed oop maps during STW root scan, but not for concurrent root scan.
Concurrent GCs should be able to take advantage the oop map cache to speed up root scan.
- relates to
-
JDK-8331572 Allow using OopMapCache outside of STW GC phases
- Resolved
- links to
-
Review openjdk/jdk/16074