hotspot/src/cpu/x86/vm/interp_masm_x86.hpp
changeset 31046 d01ad7a0ecb0
parent 31038 2fd2fdc6a70a
child 32391 01e2f5e916c7
--- a/hotspot/src/cpu/x86/vm/interp_masm_x86.hpp	Fri May 29 12:49:31 2015 +0200
+++ b/hotspot/src/cpu/x86/vm/interp_masm_x86.hpp	Fri May 29 17:04:21 2015 +0300
@@ -109,8 +109,6 @@
     movptr(tags, Address(cpool, ConstantPool::tags_offset_in_bytes()));
   }
 
-  void get_resolved_references(Register reg);
-
   void get_unsigned_2_byte_index_at_bcp(Register reg, int bcp_offset);
   void get_cache_and_index_at_bcp(Register cache,
                                   Register index,