mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8024760: add more types, fields and constants to VMStructs
Reviewed-by: kvn, coleenp
This commit is contained in:
parent
13d322d70f
commit
4fa99b3fc5
9 changed files with 123 additions and 18 deletions
|
@ -150,6 +150,8 @@ class klassVtable : public ResourceObj {
|
|||
// 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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue