src/share/vm/classfile/classFileParser.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/classfile/classFileParser.hpp	Tue Mar  8 20:17:54 2011
--- new/src/share/vm/classfile/classFileParser.hpp	Tue Mar  8 20:17:54 2011

*** 152,166 **** --- 152,167 ---- // Special handling for certain classes. // Add the "discovered" field to java.lang.ref.Reference if // it does not exist. void java_lang_ref_Reference_fix_pre(typeArrayHandle* fields_ptr, constantPoolHandle cp, FieldAllocationCount *fac_ptr, TRAPS); + constantPoolHandle cp, + FieldAllocationCount *fac_ptr, TRAPS); // Adjust the field allocation counts for java.lang.Class to add // fake fields. ! void java_lang_Class_fix_pre(objArrayHandle* methods_ptr, ! FieldAllocationCount *fac_ptr, TRAPS); ! void java_lang_Class_fix_pre(int* nonstatic_field_size, ! FieldAllocationCount *fac_ptr); // Adjust the next_nonstatic_oop_offset to place the fake fields // before any Java fields. void java_lang_Class_fix_post(int* next_nonstatic_oop_offset); // Adjust the field allocation counts for java.dyn.MethodHandle to add // a fake address (void*) field.

src/share/vm/classfile/classFileParser.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File