comparison 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
comparison
equal deleted inserted replaced
12257:01b268b3080a 12258:69f26e8e09f9
148 // from_interpreter_entry_point -> interpreter entry point 148 // from_interpreter_entry_point -> interpreter entry point
149 // destination is compiled: 149 // destination is compiled:
150 // from_compiled_code_entry_point -> nmethod entry point 150 // from_compiled_code_entry_point -> nmethod entry point
151 // from_interpreter_entry_point -> i2cadapter 151 // from_interpreter_entry_point -> i2cadapter
152 class vtableEntry VALUE_OBJ_CLASS_SPEC { 152 class vtableEntry VALUE_OBJ_CLASS_SPEC {
153 friend class VMStructs;
154
153 public: 155 public:
154 // size in words 156 // size in words
155 static int size() { 157 static int size() {
156 return sizeof(vtableEntry) / sizeof(HeapWord); 158 return sizeof(vtableEntry) / sizeof(HeapWord);
157 } 159 }