diff src/share/vm/memory/generation.hpp @ 6154:5142b5110214

Merge
author asaha
date Tue, 08 May 2012 07:29:27 -0700
parents b632e80fc9dc
children d2a62e0f25eb
line wrap: on
line diff
--- a/src/share/vm/memory/generation.hpp	Thu Apr 12 12:07:09 2012 -0700
+++ b/src/share/vm/memory/generation.hpp	Tue May 08 07:29:27 2012 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -599,7 +599,7 @@
   virtual void print() const;
   virtual void print_on(outputStream* st) const;
 
-  virtual void verify(bool allow_dirty) = 0;
+  virtual void verify() = 0;
 
   struct StatRecord {
     int invocations;
@@ -753,7 +753,7 @@
 
   virtual void record_spaces_top();
 
-  virtual void verify(bool allow_dirty);
+  virtual void verify();
   virtual void print_on(outputStream* st) const;
 };