src/share/vm/gc_implementation/g1/vm_operations_g1.hpp

changeset 3823
37552638d24a
parent 3666
64bf7c8270cb
child 6876
710a3c8b516e
child 7118
227a9e5e4b4a
     1.1 --- a/src/share/vm/gc_implementation/g1/vm_operations_g1.hpp	Mon Jun 04 09:21:53 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/vm_operations_g1.hpp	Tue Jun 05 22:30:24 2012 +0200
     1.3 @@ -80,7 +80,7 @@
     1.4    bool         _should_initiate_conc_mark;
     1.5    bool         _should_retry_gc;
     1.6    double       _target_pause_time_ms;
     1.7 -  unsigned int _full_collections_completed_before;
     1.8 +  unsigned int _old_marking_cycles_completed_before;
     1.9  public:
    1.10    VM_G1IncCollectionPause(unsigned int   gc_count_before,
    1.11                            size_t         word_size,

mercurial