hotspot/src/cpu/x86/vm/nativeInst_x86.hpp
changeset 24930 1fc3041c8e78
parent 11427 bf248009cbbe
child 28947 2ea471384931
--- a/hotspot/src/cpu/x86/vm/nativeInst_x86.hpp	Mon Jun 02 13:53:52 2014 -0700
+++ b/hotspot/src/cpu/x86/vm/nativeInst_x86.hpp	Mon Jun 02 15:48:34 2014 -0700
@@ -327,18 +327,6 @@
   return test;
 }
 
-class NativeMovRegMemPatching: public NativeMovRegMem {
- private:
-  friend NativeMovRegMemPatching* nativeMovRegMemPatching_at (address address) {
-    NativeMovRegMemPatching* test = (NativeMovRegMemPatching*)(address - instruction_offset);
-    #ifdef ASSERT
-      test->verify();
-    #endif
-    return test;
-  }
-};
-
-
 
 // An interface for accessing/manipulating native leal instruction of form:
 //        leal reg, [reg + offset]