We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f6dfb commit 70395d5Copy full SHA for 70395d5
src/java.base/share/classes/java/lang/System.java
@@ -2166,11 +2166,11 @@ private static void initPhase1() {
2166
// classes are used.
2167
VM.initializeOSEnvironment();
2168
2169
- // system properties, java.lang and other core classes are now initialized
2170
- VM.initLevel(1);
2171
-
2172
// start Finalizer and Reference Handler threads
2173
SharedSecrets.getJavaLangRefAccess().startThreads();
+
+ // system properties, java.lang and other core classes are now initialized
+ VM.initLevel(1);
2174
}
2175
2176
// @see #initPhase2()
0 commit comments