Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174435 | 10 | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
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.
#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.
- backported by
-
JDK-8174435 [AOT] Missing GC scan of _metaspace_got array containing Klass*
-
- Resolved
-
- is cloned by
-
JDK-8173794 [REDO] [AOT] Missing GC scan of _metaspace_got array containing Klass*
-
- Resolved
-
- relates to
-
JDK-8173019 Backout JDK-8172990 changes.
-
- Closed
-