aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/gc_implementation/g1/vm_operations_g1.hpp
diff options
context:
space:
mode:
authorbrutisso <none@none>2012-06-05 22:30:24 +0200
committerbrutisso <none@none>2012-06-05 22:30:24 +0200
commitd69c9a22c2f8592ae88489cfe91bec76f6c99a46 (patch)
tree31953a288bea9f31cf18e3ebd065ed610e02964a /src/share/vm/gc_implementation/g1/vm_operations_g1.hpp
parentae4412a96bc62226a4a7cf6e7b3aec61aa67fedb (diff)
downloadjdk8u_hotspot-d69c9a22c2f8592ae88489cfe91bec76f6c99a46.tar.gz
7172388: G1: _total_full_collections should not be incremented for concurrent cycles
Reviewed-by: azeemj, jmasa
Diffstat (limited to 'src/share/vm/gc_implementation/g1/vm_operations_g1.hpp')
-rw-r--r--src/share/vm/gc_implementation/g1/vm_operations_g1.hpp2
1 files changed, 1 insertions, 1 deletions
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,