src/share/vm/oops/klassVtable.hpp

changeset 5726
69f26e8e09f9
parent 4562
8d9fc28831cc
child 5732
b2e698d2276c
     1.1 --- a/src/share/vm/oops/klassVtable.hpp	Fri Sep 13 04:16:54 2013 -0700
     1.2 +++ b/src/share/vm/oops/klassVtable.hpp	Fri Sep 13 16:55:44 2013 -0700
     1.3 @@ -150,6 +150,8 @@
     1.4  //      from_compiled_code_entry_point -> nmethod entry point
     1.5  //      from_interpreter_entry_point   -> i2cadapter
     1.6  class vtableEntry VALUE_OBJ_CLASS_SPEC {
     1.7 +  friend class VMStructs;
     1.8 +
     1.9   public:
    1.10    // size in words
    1.11    static int size() {

mercurial