comparison src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp @ 17866:270d7cb38f40

8038934: Remove prefix allocated_ from methods and variables in Metaspace Reviewed-by: jmasa, coleenp
author ehelin
date Mon, 31 Mar 2014 17:09:38 +0200
parents 8f07aa079343
children 78bbf4d43a14
comparison
equal deleted inserted replaced
17865:fa21c9537e6e 17866:270d7cb38f40
1202 1202
1203 _eden_capacity_bytes_before_gc = 1203 _eden_capacity_bytes_before_gc =
1204 (_young_list_target_length * HeapRegion::GrainBytes) - _survivor_used_bytes_before_gc; 1204 (_young_list_target_length * HeapRegion::GrainBytes) - _survivor_used_bytes_before_gc;
1205 1205
1206 if (full) { 1206 if (full) {
1207 _metaspace_used_bytes_before_gc = MetaspaceAux::allocated_used_bytes(); 1207 _metaspace_used_bytes_before_gc = MetaspaceAux::used_bytes();
1208 } 1208 }
1209 } 1209 }
1210 1210
1211 void G1CollectorPolicy::print_heap_transition() { 1211 void G1CollectorPolicy::print_heap_transition() {
1212 _g1->print_size_transition(gclog_or_tty, 1212 _g1->print_size_transition(gclog_or_tty,