From d69c9a22c2f8592ae88489cfe91bec76f6c99a46 Mon Sep 17 00:00:00 2001 From: brutisso Date: Tue, 5 Jun 2012 22:30:24 +0200 Subject: 7172388: G1: _total_full_collections should not be incremented for concurrent cycles Reviewed-by: azeemj, jmasa --- src/share/vm/gc_implementation/g1/vm_operations_g1.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/share/vm/gc_implementation/g1/vm_operations_g1.hpp') diff --git a/src/share/vm/gc_implementation/g1/vm_operations_g1.hpp b/src/share/vm/gc_implementation/g1/vm_operations_g1.hpp index ea2aeae21..691812e2e 100644 --- a/src/share/vm/gc_implementation/g1/vm_operations_g1.hpp +++ b/src/share/vm/gc_implementation/g1/vm_operations_g1.hpp @@ -80,7 +80,7 @@ private: bool _should_initiate_conc_mark; bool _should_retry_gc; double _target_pause_time_ms; - unsigned int _full_collections_completed_before; + unsigned int _old_marking_cycles_completed_before; public: VM_G1IncCollectionPause(unsigned int gc_count_before, size_t word_size, -- cgit v1.2.3