src/hotspot/share/jvmci/vmStructs_jvmci.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/share/jvmci/vmStructs_jvmci.cpp	Sat May  4 16:22:47 2019
--- new/src/hotspot/share/jvmci/vmStructs_jvmci.cpp	Sat May  4 16:22:46 2019

*** 244,253 **** --- 244,257 ---- nonstatic_field(nmethod, _verified_entry_point, address) \ nonstatic_field(nmethod, _comp_level, int) \ \ 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*) \ \ static_field(os, _polling_page, address) \ \
*** 345,354 **** --- 349,359 ---- declare_toplevel_type(InvocationCounter) \ declare_toplevel_type(JVMCICompileState) \ declare_toplevel_type(JVMCIEnv) \ declare_toplevel_type(LocalVariableTableElement) \ declare_toplevel_type(narrowKlass) \ + declare_toplevel_type(ObjectWaiter) \ declare_toplevel_type(Symbol*) \ declare_toplevel_type(vtableEntry) \ \ declare_toplevel_type(oopDesc) \ declare_type(arrayOopDesc, oopDesc) \

src/hotspot/share/jvmci/vmStructs_jvmci.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File