diff src/share/vm/memory/oopFactory.hpp @ 6038:8bafad97cd26

7158552: The instanceKlsss::_host_klass is only needed for anonymous class for JSR 292 support. Summary: Change the _host_klass to be conditionally created embedded instanceKlass field. Reviewed-by: jrose, coleenp, dholmes
author jiangli
date Wed, 02 May 2012 13:21:36 -0400
parents 49036505ab5f
children 8150fa46d2ed
line wrap: on
line diff
--- a/src/share/vm/memory/oopFactory.hpp	Thu Apr 26 16:24:15 2012 -0400
+++ b/src/share/vm/memory/oopFactory.hpp	Wed May 02 13:21:36 2012 -0400
@@ -78,7 +78,8 @@
                                            int static_field_size,
                                            unsigned int nonstatic_oop_map_count,
                                            AccessFlags access_flags,
-                                           ReferenceType rt, TRAPS);
+                                           ReferenceType rt,
+                                           KlassHandle host_klass, TRAPS);
 
   // Methods
 private: