< prev index next >

src/share/vm/gc/parallel/psVirtualspace.hpp

Print this page

        

@@ -94,11 +94,10 @@
   // Debugging
   static  bool is_aligned(size_t val, size_t align);
           bool is_aligned(size_t val) const;
           bool is_aligned(char* val) const;
           void verify() const;
-          void print() const;
   virtual bool grows_up() const   { return true; }
           bool grows_down() const { return !grows_up(); }
 
   // Helper class to verify a space when entering/leaving a block.
   class PSVirtualSpaceVerifier: public StackObj {
< prev index next >