hotspot/src/cpu/x86/vm/assembler_x86.inline.hpp
changeset 14625 b02f361c324e
parent 11427 bf248009cbbe
child 14626 0cf4eccf130f
--- a/hotspot/src/cpu/x86/vm/assembler_x86.inline.hpp	Tue Nov 27 17:41:38 2012 -0800
+++ b/hotspot/src/cpu/x86/vm/assembler_x86.inline.hpp	Fri Nov 30 11:44:05 2012 -0800
@@ -87,12 +87,6 @@
 
 inline void Assembler::prefix(Address adr, XMMRegister reg) {}
 inline void Assembler::prefixq(Address adr, XMMRegister reg) {}
-#else
-inline void Assembler::emit_long64(jlong x) {
-  *(jlong*) _code_pos = x;
-  _code_pos += sizeof(jlong);
-  code_section()->set_end(_code_pos);
-}
 #endif // _LP64
 
 #endif // CPU_X86_VM_ASSEMBLER_X86_INLINE_HPP