hotspot/src/cpu/x86/vm/assembler_x86.hpp
changeset 6179 4846648c4b7b
parent 5702 201c5cde25bb
child 6433 b0e4fafdc38b
equal deleted inserted replaced
6178:bfbfaacd23e5 6179:4846648c4b7b
  1712   void cmp_narrow_oop(Register dst, jobject obj);
  1712   void cmp_narrow_oop(Register dst, jobject obj);
  1713   void cmp_narrow_oop(Address dst, jobject obj);
  1713   void cmp_narrow_oop(Address dst, jobject obj);
  1714 
  1714 
  1715   // if heap base register is used - reinit it with the correct value
  1715   // if heap base register is used - reinit it with the correct value
  1716   void reinit_heapbase();
  1716   void reinit_heapbase();
       
  1717 
       
  1718   DEBUG_ONLY(void verify_heapbase(const char* msg);)
       
  1719 
  1717 #endif // _LP64
  1720 #endif // _LP64
  1718 
  1721 
  1719   // Int division/remainder for Java
  1722   // Int division/remainder for Java
  1720   // (as idivl, but checks for special case as described in JVM spec.)
  1723   // (as idivl, but checks for special case as described in JVM spec.)
  1721   // returns idivl instruction offset for implicit exception handling
  1724   // returns idivl instruction offset for implicit exception handling