jdk/src/java.base/share/classes/java/lang/Object.java
changeset 28685 6e8154707178
parent 28683 a36c179aa292
child 31671 362e0c0acece
equal deleted inserted replaced
28684:6a4680c5ed35 28685:6e8154707178
    38 
    38 
    39     private static native void registerNatives();
    39     private static native void registerNatives();
    40     static {
    40     static {
    41         registerNatives();
    41         registerNatives();
    42     }
    42     }
       
    43 
       
    44     /**
       
    45      * Constructs a new object.
       
    46      */
       
    47     public Object() {}
    43 
    48 
    44     /**
    49     /**
    45      * Returns the runtime class of this {@code Object}. The returned
    50      * Returns the runtime class of this {@code Object}. The returned
    46      * {@code Class} object is the object that is locked by {@code
    51      * {@code Class} object is the object that is locked by {@code
    47      * static synchronized} methods of the represented class.
    52      * static synchronized} methods of the represented class.