mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
Merge
This commit is contained in:
commit
97f69e8b42
66 changed files with 808 additions and 462 deletions
|
@ -3274,6 +3274,9 @@ void Threads::initialize_jsr292_core_classes(TRAPS) {
|
|||
jint Threads::create_vm(JavaVMInitArgs* args, bool* canTryAgain) {
|
||||
extern void JDK_Version_init();
|
||||
|
||||
// Preinitialize version info.
|
||||
VM_Version::early_initialize();
|
||||
|
||||
// Check version
|
||||
if (!is_supported_jni_version(args->version)) return JNI_EVERSION;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue