< prev index next >

src/hotspot/share/jvmci/vmStructs_jvmci.cpp

Print this page

        

*** 260,271 **** volatile_nonstatic_field(oopDesc, _mark, markWord) \ volatile_nonstatic_field(oopDesc, _metadata._klass, Klass*) \ \ static_field(os, _polling_page, address) \ \ - volatile_nonstatic_field(OSThread, _interrupted, jint) \ - \ static_field(StubRoutines, _verify_oop_count, jint) \ \ static_field(StubRoutines, _throw_delayed_StackOverflowError_entry, address) \ \ static_field(StubRoutines, _jbyte_arraycopy, address) \ --- 260,269 ----
*** 637,647 **** declare_function(JVMCIRuntime::new_array_or_null) \ declare_function(JVMCIRuntime::new_multi_array_or_null) \ declare_function(JVMCIRuntime::dynamic_new_array_or_null) \ declare_function(JVMCIRuntime::dynamic_new_instance_or_null) \ \ - declare_function(JVMCIRuntime::thread_is_interrupted) \ declare_function(JVMCIRuntime::vm_message) \ declare_function(JVMCIRuntime::identity_hash_code) \ declare_function(JVMCIRuntime::exception_handler_for_pc) \ declare_function(JVMCIRuntime::monitorenter) \ declare_function(JVMCIRuntime::monitorexit) \ --- 635,644 ----
< prev index next >