hotspot/src/share/vm/asm/assembler.hpp
changeset 15116 af423dcb739c
parent 14837 a75c3082d106
child 16368 713209c45a82
--- a/hotspot/src/share/vm/asm/assembler.hpp	Thu Jan 03 16:30:47 2013 -0800
+++ b/hotspot/src/share/vm/asm/assembler.hpp	Mon Jan 07 14:08:28 2013 -0800
@@ -216,8 +216,6 @@
   bool isByte(int x) const             { return 0 <= x && x < 0x100; }
   bool isShiftCount(int x) const       { return 0 <= x && x < 32; }
 
-  void emit_long(jint x) { emit_int32(x); }  // deprecated
-
   // Instruction boundaries (required when emitting relocatable values).
   class InstructionMark: public StackObj {
    private: