mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8213211: [BACKOUT] Allow Klass::_subklass and _next_sibling to have unloaded classes
Reviewed-by: jiangli, jwilhelm
This commit is contained in:
parent
84a22b6b36
commit
d302072f50
16 changed files with 97 additions and 325 deletions
|
@ -627,7 +627,6 @@ C2V_END
|
|||
C2V_VMENTRY(jboolean, hasFinalizableSubclass,(JNIEnv *, jobject, jobject jvmci_type))
|
||||
Klass* klass = CompilerToVM::asKlass(jvmci_type);
|
||||
assert(klass != NULL, "method must not be called for primitive types");
|
||||
MutexLocker ml(Compile_lock);
|
||||
return Dependencies::find_finalizable_subclass(klass) != NULL;
|
||||
C2V_END
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue