< prev index next >

test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI04/bi04t002/newclass02/java.base/java/lang/Object.java

Print this page
rev 56655 : 8232613: Move Object.registerNatives into HotSpot
Reviewed-by: alanb, coleenp, lfoltan

*** 35,49 **** * @see java.lang.Class * @since JDK1.0 */ public class Object { - private static native void registerNatives(); - static { - registerNatives(); - } - /** * Returns the runtime class of an object. That <tt>Class</tt> * object is the object that is locked by <tt>static synchronized</tt> * methods of the represented class. * --- 35,44 ----
< prev index next >