File tree 1 file changed +6
-6
lines changed
src/hotspot/share/runtime
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -808,12 +808,6 @@ jint Threads::create_vm(JavaVMInitArgs* args, bool* canTryAgain) {
808
808
}
809
809
#endif
810
810
811
- #if INCLUDE_JVMCI
812
- if (force_JVMCI_initialization) {
813
- JVMCI::initialize_compiler (CHECK_JNI_ERR);
814
- }
815
- #endif
816
-
817
811
if (NativeHeapTrimmer::enabled ()) {
818
812
NativeHeapTrimmer::initialize ();
819
813
}
@@ -828,6 +822,12 @@ jint Threads::create_vm(JavaVMInitArgs* args, bool* canTryAgain) {
828
822
// Notify JVMTI agents that VM initialization is complete - nop if no agents.
829
823
JvmtiExport::post_vm_initialized ();
830
824
825
+ #if INCLUDE_JVMCI
826
+ if (force_JVMCI_initialization) {
827
+ JVMCI::initialize_compiler (CHECK_JNI_ERR);
828
+ }
829
+ #endif
830
+
831
831
JFR_ONLY (Jfr::on_create_vm_3 ();)
832
832
833
833
#if INCLUDE_MANAGEMENT
You can’t perform that action at this time.
0 commit comments