changeset 5702 | 201c5cde25bb |
parent 5547 | f4b087cbb361 |
parent 5694 | 1e0532a6abff |
child 6248 | 2e661807cef0 |
--- a/hotspot/src/share/vm/oops/oop.hpp Tue Jun 01 11:48:33 2010 -0700 +++ b/hotspot/src/share/vm/oops/oop.hpp Wed Jun 02 22:45:42 2010 -0700 @@ -149,10 +149,6 @@ // Need this as public for garbage collection. template <class T> T* obj_field_addr(int offset) const; - // Oop encoding heap max - static const uint64_t OopEncodingHeapMax = - (uint64_t(max_juint) + 1) << LogMinObjAlignmentInBytes; - static bool is_null(oop obj); static bool is_null(narrowOop obj);