< prev index next >

src/hotspot/cpu/x86/stubRoutines_x86.hpp

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

@@ -42,11 +42,10 @@
 
 #ifdef _LP64
  private:
   static address _get_previous_fp_entry;
   static address _get_previous_sp_entry;
-  static address _shenandoah_wb;
 
   static address _f2i_fixup;
   static address _f2l_fixup;
   static address _d2i_fixup;
   static address _d2l_fixup;

@@ -64,15 +63,10 @@
 
   static address get_previous_sp_entry() {
     return _get_previous_sp_entry;
   }
 
-  static address shenandoah_wb()
-  {
-    return _shenandoah_wb;
-  }
-
   static address f2i_fixup() {
     return _f2i_fixup;
   }
 
   static address f2l_fixup() {
< prev index next >