hotspot/src/share/vm/memory/genCollectedHeap.hpp
changeset 12379 2cf45b79ce3a
parent 11396 917d8673b5ef
child 13728 882756847a04
equal deleted inserted replaced
12378:ed44b9ecfa2f 12379:2cf45b79ce3a
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   355 
   355 
   356   // Override.
   356   // Override.
   357   void prepare_for_verify();
   357   void prepare_for_verify();
   358 
   358 
   359   // Override.
   359   // Override.
   360   void verify(bool allow_dirty, bool silent, VerifyOption option);
   360   void verify(bool silent, VerifyOption option);
   361 
   361 
   362   // Override.
   362   // Override.
   363   virtual void print_on(outputStream* st) const;
   363   virtual void print_on(outputStream* st) const;
   364   virtual void print_gc_threads_on(outputStream* st) const;
   364   virtual void print_gc_threads_on(outputStream* st) const;
   365   virtual void gc_threads_do(ThreadClosure* tc) const;
   365   virtual void gc_threads_do(ThreadClosure* tc) const;