< prev index next >

src/hotspot/cpu/s390/c1_Runtime1_s390.cpp

Print this page
@@ -206,10 +206,15 @@
  
  void Runtime1::initialize_pd() {
    // Nothing to do.
  }
  
+ uint Runtime1::runtime_blob_current_thread_offset(frame f) {
+   Unimplemented();
+   return 0;
+ }
+ 
  OopMapSet* Runtime1::generate_exception_throw(StubAssembler* sasm, address target, bool has_argument) {
    // Make a frame and preserve the caller's caller-save registers.
    OopMap* oop_map = save_live_registers(sasm);
    int call_offset;
    if (!has_argument) {
< prev index next >