mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
6863023: need non-perm oops in code cache for JSR 292
Make a special root-list for those few nmethods which might contain non-perm oops. Reviewed-by: twisti, kvn, never, jmasa, ysr
This commit is contained in:
parent
1cf5b7ae11
commit
e261aecad8
74 changed files with 979 additions and 279 deletions
|
@ -92,7 +92,8 @@ class MarkFromRootsTask : public GCTask {
|
|||
jvmti = 7,
|
||||
system_dictionary = 8,
|
||||
vm_symbols = 9,
|
||||
reference_processing = 10
|
||||
reference_processing = 10,
|
||||
code_cache = 11
|
||||
};
|
||||
private:
|
||||
RootType _root_type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue