mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
6914300: ciEnv should export all well known classes
Reviewed-by: kvn, twisti
This commit is contained in:
parent
6c0af1575c
commit
98449cf2c2
64 changed files with 361 additions and 443 deletions
|
@ -3214,7 +3214,7 @@ void VM_RedefineClasses::redefine_single_class(jclass the_jclass,
|
|||
// - all instanceKlasses for redefined classes reused & contents updated
|
||||
the_class->vtable()->initialize_vtable(false, THREAD);
|
||||
the_class->itable()->initialize_itable(false, THREAD);
|
||||
assert(!HAS_PENDING_EXCEPTION || (THREAD->pending_exception()->is_a(SystemDictionary::threaddeath_klass())), "redefine exception");
|
||||
assert(!HAS_PENDING_EXCEPTION || (THREAD->pending_exception()->is_a(SystemDictionary::ThreadDeath_klass())), "redefine exception");
|
||||
}
|
||||
|
||||
// Leave arrays of jmethodIDs and itable index cache unchanged
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue