< prev index next >

src/hotspot/share/oops/oopsHierarchy.hpp

Print this page

        

*** 188,201 **** } template <class T> inline T cast_from_oop(oop o) { return (T)(CHECK_UNHANDLED_OOPS_ONLY((void*))o); } - inline bool check_obj_alignment(void* ptr) { - return (uintptr_t(ptr) & MinObjAlignmentInBytesMask) == 0; - } - // The metadata hierarchy is separate from the oop hierarchy // class MetaspaceObj class ConstMethod; class ConstantPoolCache; --- 188,197 ----
< prev index next >