src/cpu/x86/vm/assembler_x86.hpp

changeset 2039
66c5dadb4d61
parent 1934
e9ff18c4ace7
child 2118
d6f45b55c972
equal deleted inserted replaced
2038:99ceb0e99c9e 2039:66c5dadb4d61
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

mercurial