mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8134994: use separate VMStructs databases for SA and JVMCI
Reviewed-by: kbarrett
This commit is contained in:
parent
c095394bce
commit
bf5db72254
41 changed files with 1367 additions and 675 deletions
|
@ -155,6 +155,7 @@ class klassVtable : public ResourceObj {
|
|||
// from_interpreter_entry_point -> i2cadapter
|
||||
class vtableEntry VALUE_OBJ_CLASS_SPEC {
|
||||
friend class VMStructs;
|
||||
friend class JVMCIVMStructs;
|
||||
|
||||
public:
|
||||
// size in words
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue