Blocks :
|
|
Cloners :
|
|
Relates :
|
The code which scans _metaspace_got array is commented out: #if 0 // With the marking above, this call doesn't seem to be needed got_metadata_do(f); Unfortunately called AOTCompiledMethod::metadata_do() does not iterate over all Klass* which could be referenced by AOT code by accessing _metaspace_got array.
|