mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8232617: Update the outdated code comments in java.lang.System class
Reviewed-by: dholmes, bchristi
This commit is contained in:
parent
094a1b8a5f
commit
3f94fb08c7
1 changed files with 2 additions and 4 deletions
|
@ -94,10 +94,8 @@ import sun.security.util.SecurityConstants;
|
||||||
public final class System {
|
public final class System {
|
||||||
/* Register the natives via the static initializer.
|
/* Register the natives via the static initializer.
|
||||||
*
|
*
|
||||||
* VM will invoke the initializeSystemClass method to complete
|
* The VM will invoke the initPhase1 method to complete the initialization
|
||||||
* the initialization for this class separated from clinit.
|
* of this class separate from <clinit>.
|
||||||
* Note that to use properties set by the VM, see the constraints
|
|
||||||
* described in the initializeSystemClass method.
|
|
||||||
*/
|
*/
|
||||||
private static native void registerNatives();
|
private static native void registerNatives();
|
||||||
static {
|
static {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue