mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8223332: Update JVMCI
Reviewed-by: never, dnsimon
This commit is contained in:
parent
29a4ad9a87
commit
72f082e925
30 changed files with 1038 additions and 345 deletions
|
@ -246,6 +246,10 @@
|
|||
\
|
||||
nonstatic_field(ObjArrayKlass, _element_klass, Klass*) \
|
||||
\
|
||||
volatile_nonstatic_field(ObjectMonitor, _cxq, ObjectWaiter*) \
|
||||
volatile_nonstatic_field(ObjectMonitor, _EntryList, ObjectWaiter*) \
|
||||
volatile_nonstatic_field(ObjectMonitor, _succ, Thread*) \
|
||||
\
|
||||
volatile_nonstatic_field(oopDesc, _mark, markOop) \
|
||||
volatile_nonstatic_field(oopDesc, _metadata._klass, Klass*) \
|
||||
\
|
||||
|
@ -347,6 +351,7 @@
|
|||
declare_toplevel_type(JVMCIEnv) \
|
||||
declare_toplevel_type(LocalVariableTableElement) \
|
||||
declare_toplevel_type(narrowKlass) \
|
||||
declare_toplevel_type(ObjectWaiter) \
|
||||
declare_toplevel_type(Symbol*) \
|
||||
declare_toplevel_type(vtableEntry) \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue