mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +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
|
@ -257,7 +257,7 @@ ciMethod* ciEnv::get_method_from_handle(jobject method) {
|
|||
|
||||
// ------------------------------------------------------------------
|
||||
// ciEnv::make_array
|
||||
ciArray* ciEnv::make_array(GrowableArray<ciObject*>* objects) {
|
||||
ciArray* ciEnv::make_system_array(GrowableArray<ciObject*>* objects) {
|
||||
VM_ENTRY_MARK;
|
||||
int length = objects->length();
|
||||
objArrayOop a = oopFactory::new_system_objArray(length, THREAD);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue