| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build | 
|---|---|---|---|---|---|---|
| JDK-8176676 | 10 | Vladimir Kozlov | P3 | Resolved | Fixed | b03 | 
                    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-8176676 [REDO] [AOT] Missing GC scan of _metaspace_got array containing Klass* -           
- Resolved
 
-         
- clones
- 
                    JDK-8172990 [AOT] Missing GC scan of _metaspace_got array containing Klass* -           
- Closed
 
-         
- is blocked by
- 
                    JDK-8173699 Crash during deoptimization with "assert(result == __null || result->is_oop()) failed: must be oop" -           
- Closed
 
-         
- relates to
- 
                    JDK-8173019 Backout JDK-8172990 changes. -           
- Closed
 
-