src/share/vm/oops/oop.hpp

changeset 570
b7268662a986
parent 548
ba764ed4b6f2
child 602
feeb96a45707
child 777
37f87013dfd8
     1.1 --- a/src/share/vm/oops/oop.hpp	Tue Apr 29 11:21:51 2008 -0400
     1.2 +++ b/src/share/vm/oops/oop.hpp	Tue Apr 29 19:31:29 2008 -0400
     1.3 @@ -138,6 +138,10 @@
     1.4    // Need this as public for garbage collection.
     1.5    template <class T> T* obj_field_addr(int offset) const;
     1.6  
     1.7 +  // Oop encoding heap max
     1.8 +  static const uint64_t OopEncodingHeapMax =
     1.9 +              (uint64_t(max_juint) + 1) << LogMinObjAlignmentInBytes;
    1.10 +
    1.11    static bool is_null(oop obj);
    1.12    static bool is_null(narrowOop obj);
    1.13  

mercurial