*** 36,50 **** * @see java.lang.Class * @since 1.0 */ public class Object { - private static native void registerNatives(); - static { - registerNatives(); - } - /** * Constructs a new object. */ @HotSpotIntrinsicCandidate public Object() {} --- 36,45 ----