Relates :
|
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.
|