< prev index next >

src/hotspot/cpu/s390/c1_CodeStubs_s390.cpp

Print this page
rev 54117 : AArch64: 64-bit Literal Oops

@@ -273,10 +273,12 @@
 // - in runtime: Preserve all registers (especially objects, i.e., source and destination object).
 // - in runtime: After initializing class, restore original code, reexecute instruction.
 
 int PatchingStub::_patch_info_offset = - (12 /* load const */ + 2 /*BASR*/);
 
+int PatchingStub::patch_info_offset() { return _patch_info_offset; }
+
 void PatchingStub::align_patch_site(MacroAssembler* masm) {
 #ifndef PRODUCT
   const char* bc;
   switch (_id) {
   case access_field_id: bc = "patch site (access_field)"; break;
< prev index next >