mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +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
|
@ -144,7 +144,7 @@ void JNIHandles::initialize() {
|
|||
EXCEPTION_MARK;
|
||||
// We will never reach the CATCH below since Exceptions::_throw will cause
|
||||
// the VM to exit if an exception is thrown during initialization
|
||||
klassOop k = SystemDictionary::object_klass();
|
||||
klassOop k = SystemDictionary::Object_klass();
|
||||
_deleted_handle = instanceKlass::cast(k)->allocate_permanent_instance(CATCH);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue