< prev index next >

src/hotspot/cpu/arm/c1_Runtime1_arm.cpp

Print this page
@@ -249,10 +249,14 @@
  }
  
  void Runtime1::initialize_pd() {
  }
  
+ uint Runtime1::runtime_blob_current_thread_offset(frame f) {
+   unimplemented();
+   return 0;
+ }
  
  OopMapSet* Runtime1::generate_exception_throw(StubAssembler* sasm, address target, bool has_argument) {
    OopMap* oop_map = save_live_registers(sasm);
  
    int call_offset;
< prev index next >