diff src/share/vm/memory/universe.hpp @ 845:df6caf649ff7

6700789: G1: Enable use of compressed oops with G1 heaps Summary: Modifications to G1 so as to allow the use of compressed oops. Reviewed-by: apetrusenko, coleenp, jmasa, kvn, never, phh, tonyp
author ysr
date Tue, 14 Jul 2009 15:40:39 -0700
parents bd441136a5ce
children 433f394ab509
line wrap: on
line diff
--- a/src/share/vm/memory/universe.hpp	Fri Jul 10 16:01:20 2009 -0700
+++ b/src/share/vm/memory/universe.hpp	Tue Jul 14 15:40:39 2009 -0700
@@ -398,7 +398,7 @@
 
   // Debugging
   static bool verify_in_progress() { return _verify_in_progress; }
-  static void verify(bool allow_dirty = true, bool silent = false);
+  static void verify(bool allow_dirty = true, bool silent = false, bool option = true);
   static int  verify_count()                  { return _verify_count; }
   static void print();
   static void print_on(outputStream* st);