< prev index next >

src/hotspot/cpu/aarch64/stubRoutines_aarch64.hpp

Print this page
rev 50904 : Move Shenandoah stubs generation into ShenandoahBarrierSetAssembler

@@ -39,19 +39,17 @@
   return return_pc == _call_stub_return_address + (NotifySimulator ? -4 : 0);
 }
 
 enum platform_dependent_constants {
   code_size1 = 19000,          // simply increase if too small (assembler will crash if too small)
-  code_size2 = 23000           // simply increase if too small (assembler will crash if too small)
+  code_size2 = 22000           // simply increase if too small (assembler will crash if too small)
 };
 
 class aarch64 {
  friend class StubGenerator;
 
  private:
-  static address _shenandoah_wb;
-
   static address _get_previous_fp_entry;
   static address _get_previous_sp_entry;
 
   static address _f2i_fixup;
   static address _f2l_fixup;

@@ -120,15 +118,10 @@
   static address double_sign_flip()
   {
     return _double_sign_flip;
   }
 
-  static address shenandoah_wb()
-  {
-    return _shenandoah_wb;
-  }
-
   static address zero_blocks() {
     return _zero_blocks;
   }
 
   static address has_negatives() {
< prev index next >