< prev index next >

src/hotspot/cpu/x86/stubRoutines_x86.hpp

Print this page

        

@@ -57,15 +57,13 @@
 
   static address _load_barrier_slow_stub[];
   static address _load_barrier_weak_slow_stub[];
 
  public:
-
   static address load_barrier_slow_stub(Register reg) { return _load_barrier_slow_stub[reg->encoding()]; }
   static address load_barrier_weak_slow_stub(Register reg) { return _load_barrier_weak_slow_stub[reg->encoding()]; }
 
-
   static address get_previous_fp_entry() {
     return _get_previous_fp_entry;
   }
 
   static address get_previous_sp_entry() {
< prev index next >