mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8278753: Runtime crashes with access violation during JNI_CreateJavaVM call
Reviewed-by: dholmes, stuefe
This commit is contained in:
parent
86c24b319e
commit
cda9c3011b
6 changed files with 35 additions and 31 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "cds/heapShared.hpp"
|
||||
#include "cds/lambdaFormInvokers.hpp"
|
||||
#include "classfile/classFileStream.hpp"
|
||||
#include "classfile/classLoader.hpp"
|
||||
#include "classfile/classLoader.inline.hpp"
|
||||
#include "classfile/classLoaderData.hpp"
|
||||
#include "classfile/classLoaderData.inline.hpp"
|
||||
#include "classfile/classLoadInfo.hpp"
|
||||
|
@ -3373,6 +3373,11 @@ JVM_END
|
|||
|
||||
// Library support ///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
JVM_LEAF(void*, JVM_LoadZipLibrary())
|
||||
ClassLoader::load_zip_library_if_needed();
|
||||
return ClassLoader::zip_library_handle();
|
||||
JVM_END
|
||||
|
||||
JVM_ENTRY_NO_ENV(void*, JVM_LoadLibrary(const char* name, jboolean throwException))
|
||||
//%note jvm_ct
|
||||
char ebuf[1024];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue