8232617: Update the outdated code comments in java.lang.System class
authormchung
Tue, 22 Oct 2019 09:20:21 -0700
changeset 58739 2b0c5800fb1c
parent 58738 ef2b75750838
child 58740 259b54092265
8232617: Update the outdated code comments in java.lang.System class Reviewed-by: dholmes, bchristi
src/java.base/share/classes/java/lang/System.java
--- a/src/java.base/share/classes/java/lang/System.java	Tue Oct 22 11:59:42 2019 -0400
+++ b/src/java.base/share/classes/java/lang/System.java	Tue Oct 22 09:20:21 2019 -0700
@@ -94,10 +94,8 @@
 public final class System {
     /* Register the natives via the static initializer.
      *
-     * VM will invoke the initializeSystemClass method to complete
-     * the initialization for this class separated from clinit.
-     * Note that to use properties set by the VM, see the constraints
-     * described in the initializeSystemClass method.
+     * The VM will invoke the initPhase1 method to complete the initialization
+     * of this class separate from <clinit>.
      */
     private static native void registerNatives();
     static {