< prev index next >

src/hotspot/cpu/arm/c1_CodeStubs_arm.cpp

Print this page
@@ -215,11 +215,10 @@
                               Runtime1::monitorexit_nofpu_id;
    __ call(Runtime1::entry_for(exit_id), relocInfo::runtime_call_type);
    __ b(_continuation);
  }
  
- 
  // Call return is directly after patch word
  int PatchingStub::_patch_info_offset = 0;
  
  void PatchingStub::align_patch_site(MacroAssembler* masm) {
  #if 0
< prev index next >