< prev index next >

src/hotspot/share/oops/instanceKlass.hpp

Print this page
rev 49225 : 8199472: Fix non-PCH build after JDK-8199319
Reviewed-by: coleenp, stefank

*** 909,919 **** } // allocation instanceOop allocate_instance(TRAPS); // additional member function to return a handle ! instanceHandle allocate_instance_handle(TRAPS) { return instanceHandle(THREAD, allocate_instance(THREAD)); } objArrayOop allocate_objArray(int n, int length, TRAPS); // Helper function static instanceOop register_finalizer(instanceOop i, TRAPS); --- 909,919 ---- } // allocation instanceOop allocate_instance(TRAPS); // additional member function to return a handle ! instanceHandle allocate_instance_handle(TRAPS); objArrayOop allocate_objArray(int n, int length, TRAPS); // Helper function static instanceOop register_finalizer(instanceOop i, TRAPS);
< prev index next >