CSR :
|
|
Relates :
|
|
Relates :
|
The OopMapCache::lookup function that returns the oopMap for a specific (Method, bci) takes out a Mutex to lookup for each entry on the stack. The OopMapCache holds bitmaps to indicate where oops are in the locals and expression stack for a method at bci for interpreter frames found on the stack during GC. Lock free access speeds up GC root processing for thread stacks.
|