diff src/share/vm/oops/oop.hpp @ 1579:e9ff18c4ace7

Merge
author jrose
date Wed, 02 Jun 2010 22:45:42 -0700
parents c18cbe5936b8 2d127394260e
children 9d7a8ab3736b
line wrap: on
line diff
--- a/src/share/vm/oops/oop.hpp	Tue Jun 01 11:48:33 2010 -0700
+++ b/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);