diff src/share/vm/oops/klassVtable.hpp @ 12258:69f26e8e09f9

8024760: add more types, fields and constants to VMStructs Reviewed-by: kvn, coleenp
author twisti
date Fri, 13 Sep 2013 16:55:44 -0700
parents 8d9fc28831cc
children b2e698d2276c
line wrap: on
line diff
--- a/src/share/vm/oops/klassVtable.hpp	Fri Sep 13 04:16:54 2013 -0700
+++ b/src/share/vm/oops/klassVtable.hpp	Fri Sep 13 16:55:44 2013 -0700
@@ -150,6 +150,8 @@
 //      from_compiled_code_entry_point -> nmethod entry point
 //      from_interpreter_entry_point   -> i2cadapter
 class vtableEntry VALUE_OBJ_CLASS_SPEC {
+  friend class VMStructs;
+
  public:
   // size in words
   static int size() {