hotspot/src/cpu/sparc/vm/nativeInst_sparc.hpp
changeset 8724 693c6b883b54
parent 7397 5b173b4ca846
child 8921 14bfe81f2a9d
--- a/hotspot/src/cpu/sparc/vm/nativeInst_sparc.hpp	Fri Mar 18 09:03:43 2011 -0700
+++ b/hotspot/src/cpu/sparc/vm/nativeInst_sparc.hpp	Fri Mar 18 15:52:42 2011 -0700
@@ -254,6 +254,7 @@
   // sethi.  This only does the sethi.  The disp field (bottom 10 bits)
   // must be handled separately.
   static void set_data64_sethi(address instaddr, intptr_t x);
+  static void verify_data64_sethi(address instaddr, intptr_t x);
 
   // combine the fields of a sethi/simm13 pair (simm13 = or, add, jmpl, ld/st)
   static int data32(int sethi_insn, int arith_insn) {