< prev index next >

src/hotspot/cpu/zero/sharedRuntime_zero.cpp

Print this page
@@ -83,10 +83,15 @@
  uint SharedRuntime::out_preserve_stack_slots() {
    ShouldNotCallThis();
    return 0;
  }
  
+ VMReg SharedRuntime::thread_register() {
+   Unimplemented();
+   return nullptr;
+ }
+ 
  JRT_LEAF(void, zero_stub())
    ShouldNotCallThis();
  JRT_END
  
  static RuntimeStub* generate_empty_runtime_stub() {
< prev index next >