Home
last modified time | relevance | path

Searched refs:hrm_index (Results 1 – 25 of 253) sorted by relevance

1234567891011

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A DheapRegionSet.cpp35 assert(hr->containing_set() == this, "Inconsistent containing set for %u", hr->hrm_index()); in verify_region()
38 hr->hrm_index(), hr->get_type_str(), name()); in verify_region()
39 …assert(!hr->is_free() || hr->is_empty(), "Free region %u is not empty for set %s", hr->hrm_index()… in verify_region()
41 "Empty region %u is not free or archive for set %s", hr->hrm_index(), name()); in verify_region()
170 assert(_tail->hrm_index() < from_list->_head->hrm_index(), "Should be sorted %u < %u", in append_ordered()
171 _tail->hrm_index(), from_list->_head->hrm_index()); in append_ordered()
197 while (curr_to != NULL && curr_to->hrm_index() < curr_from->hrm_index()) { in add_ordered()
222 if (_tail->hrm_index() < from_list->_tail->hrm_index()) { in add_ordered()
334 guarantee(curr->hrm_index() == 0 || curr->hrm_index() > last_index, "List should be sorted"); in verify_list()
335 last_index = curr->hrm_index(); in verify_list()
[all …]
H A Dg1RemSetTrackingPolicy.cpp55 …guarantee(false, "Unhandled region %u with heap region type %s", r->hrm_index(), r->get_type_str()… in update_at_allocate()
72 r->hrm_index(), in print_before_rebuild()
84 assert(r->is_humongous(), "Region %u should be humongous", r->hrm_index()); in update_humongous_before_rebuild()
90 …em_set()->is_updating(), "Remembered set of region %u is updating before rebuild", r->hrm_index()); in update_humongous_before_rebuild()
109 assert(!r->is_humongous(), "Region %u is humongous", r->hrm_index()); in update_before_rebuild()
117 …em_set()->is_updating(), "Remembered set of region %u is updating before rebuild", r->hrm_index()); in update_before_rebuild()
146 assert(!r->is_archive(), "Archive region %u with remembered set", r->hrm_index()); in update_after_rebuild()
156 uint const region_idx = r->hrm_index(); in update_after_rebuild()
171 r->hrm_index(), in update_after_rebuild()
173 cm->liveness(r->hrm_index()) * HeapWordSize, in update_after_rebuild()
H A Dg1CollectionSet.cpp129 _collection_set_regions[_collection_set_cur_length++] = hr->hrm_index(); in add_old_region()
263 IncCollectionSetRegionStat* stat = &_inc_collection_set_stats[hr->hrm_index()]; in update_young_region_prediction()
268 old_rs_length, new_rs_length, hr->hrm_index(), hr->get_short_type_str()); in update_young_region_prediction()
274 …>= 0.0, "Non copy time for region %u not initialized yet, is %.3f", hr->hrm_index(), old_non_copy_… in update_young_region_prediction()
311 IncCollectionSetRegionStat* stat = &_inc_collection_set_stats[hr->hrm_index()]; in add_young_region_common()
328 _collection_set_regions[_collection_set_cur_length] = hr->hrm_index(); in add_young_region_common()
392 assert(r->in_collection_set(), "Region %u should be in collection set", r->hrm_index()); in do_heap_region()
576 … set for all regions in the incremental collection set but is not for region %u.", r->hrm_index()); in do_heap_region()
577 … assert(idx <= _young_length, "Young cset index %u too large for region %u", idx, r->hrm_index()); in do_heap_region()
581 idx, _heap_region_indices[idx], r->hrm_index()); in do_heap_region()
[all …]
H A DheapRegionSet.inline.hpp55 …ength() > 0 && _head != NULL && _tail != NULL && _tail->hrm_index() < region_to_add->hrm_index()), in add_to_tail()
84 if (_last != NULL && _last->hrm_index() < hr->hrm_index()) { in add_ordered()
91 while (curr != NULL && curr->hrm_index() < hr->hrm_index()) { in add_ordered()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A DheapRegionSet.cpp35 assert(hr->containing_set() == this, "Inconsistent containing set for %u", hr->hrm_index()); in verify_region()
38 hr->hrm_index(), hr->get_type_str(), name()); in verify_region()
41 "Empty region %u is not free or archive for set %s", hr->hrm_index(), name()); in verify_region()
170 assert(_tail->hrm_index() < from_list->_head->hrm_index(), "Should be sorted %u < %u", in append_ordered()
171 _tail->hrm_index(), from_list->_head->hrm_index()); in append_ordered()
197 while (curr_to != NULL && curr_to->hrm_index() < curr_from->hrm_index()) { in add_ordered()
222 if (_tail->hrm_index() < from_list->_tail->hrm_index()) { in add_ordered()
294 uint index = cur->hrm_index(); in num_of_regions_in_range()
349 guarantee(curr->hrm_index() == 0 || curr->hrm_index() > last_index, "List should be sorted"); in verify_list()
350 last_index = curr->hrm_index(); in verify_list()
[all …]
H A Dg1RemSetTrackingPolicy.cpp55 …guarantee(false, "Unhandled region %u with heap region type %s", r->hrm_index(), r->get_type_str()… in update_at_allocate()
72 r->hrm_index(), in print_before_rebuild()
84 assert(r->is_humongous(), "Region %u should be humongous", r->hrm_index()); in update_humongous_before_rebuild()
90 …em_set()->is_updating(), "Remembered set of region %u is updating before rebuild", r->hrm_index()); in update_humongous_before_rebuild()
109 assert(!r->is_humongous(), "Region %u is humongous", r->hrm_index()); in update_before_rebuild()
117 …em_set()->is_updating(), "Remembered set of region %u is updating before rebuild", r->hrm_index()); in update_before_rebuild()
146 assert(!r->is_archive(), "Archive region %u with remembered set", r->hrm_index()); in update_after_rebuild()
156 uint const region_idx = r->hrm_index(); in update_after_rebuild()
171 r->hrm_index(), in update_after_rebuild()
173 cm->liveness(r->hrm_index()) * HeapWordSize, in update_after_rebuild()
H A Dg1CollectionSet.cpp129 _collection_set_regions[_collection_set_cur_length++] = hr->hrm_index(); in add_old_region()
263 IncCollectionSetRegionStat* stat = &_inc_collection_set_stats[hr->hrm_index()]; in update_young_region_prediction()
268 old_rs_length, new_rs_length, hr->hrm_index(), hr->get_short_type_str()); in update_young_region_prediction()
274 …>= 0.0, "Non copy time for region %u not initialized yet, is %.3f", hr->hrm_index(), old_non_copy_… in update_young_region_prediction()
311 IncCollectionSetRegionStat* stat = &_inc_collection_set_stats[hr->hrm_index()]; in add_young_region_common()
328 _collection_set_regions[_collection_set_cur_length] = hr->hrm_index(); in add_young_region_common()
392 assert(r->in_collection_set(), "Region %u should be in collection set", r->hrm_index()); in do_heap_region()
576 … set for all regions in the incremental collection set but is not for region %u.", r->hrm_index()); in do_heap_region()
577 … assert(idx <= _young_length, "Young cset index %u too large for region %u", idx, r->hrm_index()); in do_heap_region()
581 idx, _heap_region_indices[idx], r->hrm_index()); in do_heap_region()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A DheapRegionSet.cpp35 assert(hr->containing_set() == this, "Inconsistent containing set for %u", hr->hrm_index()); in verify_region()
38 hr->hrm_index(), hr->get_type_str(), name()); in verify_region()
41 "Empty region %u is not free or archive for set %s", hr->hrm_index(), name()); in verify_region()
170 assert(_tail->hrm_index() < from_list->_head->hrm_index(), "Should be sorted %u < %u", in append_ordered()
171 _tail->hrm_index(), from_list->_head->hrm_index()); in append_ordered()
197 while (curr_to != NULL && curr_to->hrm_index() < curr_from->hrm_index()) { in add_ordered()
222 if (_tail->hrm_index() < from_list->_tail->hrm_index()) { in add_ordered()
294 uint index = cur->hrm_index(); in num_of_regions_in_range()
349 guarantee(curr->hrm_index() == 0 || curr->hrm_index() > last_index, "List should be sorted"); in verify_list()
350 last_index = curr->hrm_index(); in verify_list()
[all …]
H A Dg1RemSetTrackingPolicy.cpp55 …guarantee(false, "Unhandled region %u with heap region type %s", r->hrm_index(), r->get_type_str()… in update_at_allocate()
72 r->hrm_index(), in print_before_rebuild()
84 assert(r->is_humongous(), "Region %u should be humongous", r->hrm_index()); in update_humongous_before_rebuild()
90 …em_set()->is_updating(), "Remembered set of region %u is updating before rebuild", r->hrm_index()); in update_humongous_before_rebuild()
109 assert(!r->is_humongous(), "Region %u is humongous", r->hrm_index()); in update_before_rebuild()
117 …em_set()->is_updating(), "Remembered set of region %u is updating before rebuild", r->hrm_index()); in update_before_rebuild()
146 assert(!r->is_archive(), "Archive region %u with remembered set", r->hrm_index()); in update_after_rebuild()
156 uint const region_idx = r->hrm_index(); in update_after_rebuild()
171 r->hrm_index(), in update_after_rebuild()
173 cm->liveness(r->hrm_index()) * HeapWordSize, in update_after_rebuild()
H A Dg1CollectionSet.cpp129 _collection_set_regions[_collection_set_cur_length++] = hr->hrm_index(); in add_old_region()
263 IncCollectionSetRegionStat* stat = &_inc_collection_set_stats[hr->hrm_index()]; in update_young_region_prediction()
268 old_rs_length, new_rs_length, hr->hrm_index(), hr->get_short_type_str()); in update_young_region_prediction()
274 …>= 0.0, "Non copy time for region %u not initialized yet, is %.3f", hr->hrm_index(), old_non_copy_… in update_young_region_prediction()
311 IncCollectionSetRegionStat* stat = &_inc_collection_set_stats[hr->hrm_index()]; in add_young_region_common()
328 _collection_set_regions[_collection_set_cur_length] = hr->hrm_index(); in add_young_region_common()
392 assert(r->in_collection_set(), "Region %u should be in collection set", r->hrm_index()); in do_heap_region()
576 … set for all regions in the incremental collection set but is not for region %u.", r->hrm_index()); in do_heap_region()
577 … assert(idx <= _young_length, "Young cset index %u too large for region %u", idx, r->hrm_index()); in do_heap_region()
581 idx, _heap_region_indices[idx], r->hrm_index()); in do_heap_region()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A DheapRegionSet.cpp34 assert(hr->containing_set() == this, "Inconsistent containing set for %u", hr->hrm_index()); in verify_region()
35 …assert(!hr->is_young(), "Adding young region %u", hr->hrm_index()); // currently we don't use thes… in verify_region()
37 hr->hrm_index(), hr->get_type_str(), name()); in verify_region()
38 …assert(!hr->is_free() || hr->is_empty(), "Free region %u is not empty for set %s", hr->hrm_index()… in verify_region()
40 "Empty region %u is not free or archive for set %s", hr->hrm_index(), name()); in verify_region()
143 while (curr_to != NULL && curr_to->hrm_index() < curr_from->hrm_index()) { in add_ordered()
168 if (_tail->hrm_index() < from_list->_tail->hrm_index()) { in add_ordered()
241 uint index = cur->hrm_index(); in num_of_regions_in_range()
292 guarantee(curr->hrm_index() == 0 || curr->hrm_index() > last_index, "List should be sorted"); in verify_list()
293 last_index = curr->hrm_index(); in verify_list()
[all …]
H A Dg1RemSetTrackingPolicy.cpp55 …guarantee(false, "Unhandled region %u with heap region type %s", r->hrm_index(), r->get_type_str()… in update_at_allocate()
72 r->hrm_index(), in print_before_rebuild()
84 assert(r->is_humongous(), "Region %u should be humongous", r->hrm_index()); in update_humongous_before_rebuild()
90 …em_set()->is_updating(), "Remembered set of region %u is updating before rebuild", r->hrm_index()); in update_humongous_before_rebuild()
109 assert(!r->is_humongous(), "Region %u is humongous", r->hrm_index()); in update_before_rebuild()
117 …em_set()->is_updating(), "Remembered set of region %u is updating before rebuild", r->hrm_index()); in update_before_rebuild()
146 assert(!r->is_archive(), "Archive region %u with remembered set", r->hrm_index()); in update_after_rebuild()
156 uint const region_idx = r->hrm_index(); in update_after_rebuild()
171 r->hrm_index(), in update_after_rebuild()
173 cm->liveness(r->hrm_index()) * HeapWordSize, in update_after_rebuild()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A DheapRegionSet.cpp34 assert(hr->containing_set() == this, "Inconsistent containing set for %u", hr->hrm_index()); in verify_region()
35 …assert(!hr->is_young(), "Adding young region %u", hr->hrm_index()); // currently we don't use thes… in verify_region()
37 hr->hrm_index(), hr->get_type_str(), name()); in verify_region()
38 …assert(!hr->is_free() || hr->is_empty(), "Free region %u is not empty for set %s", hr->hrm_index()… in verify_region()
40 "Empty region %u is not free or archive for set %s", hr->hrm_index(), name()); in verify_region()
143 while (curr_to != NULL && curr_to->hrm_index() < curr_from->hrm_index()) { in add_ordered()
168 if (_tail->hrm_index() < from_list->_tail->hrm_index()) { in add_ordered()
241 uint index = cur->hrm_index(); in num_of_regions_in_range()
292 guarantee(curr->hrm_index() == 0 || curr->hrm_index() > last_index, "List should be sorted"); in verify_list()
293 last_index = curr->hrm_index(); in verify_list()
[all …]
H A Dg1RemSetTrackingPolicy.cpp55 …guarantee(false, "Unhandled region %u with heap region type %s", r->hrm_index(), r->get_type_str()… in update_at_allocate()
72 r->hrm_index(), in print_before_rebuild()
84 assert(r->is_humongous(), "Region %u should be humongous", r->hrm_index()); in update_humongous_before_rebuild()
90 …em_set()->is_updating(), "Remembered set of region %u is updating before rebuild", r->hrm_index()); in update_humongous_before_rebuild()
109 assert(!r->is_humongous(), "Region %u is humongous", r->hrm_index()); in update_before_rebuild()
117 …em_set()->is_updating(), "Remembered set of region %u is updating before rebuild", r->hrm_index()); in update_before_rebuild()
146 assert(!r->is_archive(), "Archive region %u with remembered set", r->hrm_index()); in update_after_rebuild()
156 uint const region_idx = r->hrm_index(); in update_after_rebuild()
171 r->hrm_index(), in update_after_rebuild()
173 cm->liveness(r->hrm_index()) * HeapWordSize, in update_after_rebuild()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A DheapRegionSet.cpp35 assert(hr->containing_set() == this, "Inconsistent containing set for %u", hr->hrm_index()); in verify_region()
38 hr->hrm_index(), hr->get_type_str(), name()); in verify_region()
39 …assert(!hr->is_free() || hr->is_empty(), "Free region %u is not empty for set %s", hr->hrm_index()… in verify_region()
41 "Empty region %u is not free or archive for set %s", hr->hrm_index(), name()); in verify_region()
170 assert(_tail->hrm_index() < from_list->_head->hrm_index(), "Should be sorted %u < %u", in append_ordered()
171 _tail->hrm_index(), from_list->_head->hrm_index()); in append_ordered()
197 while (curr_to != NULL && curr_to->hrm_index() < curr_from->hrm_index()) { in add_ordered()
222 if (_tail->hrm_index() < from_list->_tail->hrm_index()) { in add_ordered()
352 guarantee(curr->hrm_index() == 0 || curr->hrm_index() > last_index, "List should be sorted"); in verify_list()
353 last_index = curr->hrm_index(); in verify_list()
[all …]
H A Dg1RemSetTrackingPolicy.cpp55 …guarantee(false, "Unhandled region %u with heap region type %s", r->hrm_index(), r->get_type_str()… in update_at_allocate()
72 r->hrm_index(), in print_before_rebuild()
84 assert(r->is_humongous(), "Region %u should be humongous", r->hrm_index()); in update_humongous_before_rebuild()
90 …em_set()->is_updating(), "Remembered set of region %u is updating before rebuild", r->hrm_index()); in update_humongous_before_rebuild()
109 assert(!r->is_humongous(), "Region %u is humongous", r->hrm_index()); in update_before_rebuild()
117 …em_set()->is_updating(), "Remembered set of region %u is updating before rebuild", r->hrm_index()); in update_before_rebuild()
146 assert(!r->is_archive(), "Archive region %u with remembered set", r->hrm_index()); in update_after_rebuild()
156 uint const region_idx = r->hrm_index(); in update_after_rebuild()
171 r->hrm_index(), in update_after_rebuild()
173 cm->live_bytes(r->hrm_index()), in update_after_rebuild()
H A Dg1FullGCPrepareTask.cpp51 _collector->set_invalid(hr->hrm_index()); in free_pinned_region()
70 bool is_empty = _collector->live_words(hr->hrm_index()) == 0; in do_heap_region()
81 _collector->update_from_compacting_to_skip_compacting(hr->hrm_index()); in do_heap_region()
90 hr->hrm_index(), _collector->live_words(hr->hrm_index())); in do_heap_region()
143 size_t live_words = _collector->live_words(hr->hrm_index()); in should_compact()
H A Dg1CollectionSet.cpp133 _collection_set_regions[_collection_set_cur_length++] = hr->hrm_index(); in add_old_region()
267 IncCollectionSetRegionStat* stat = &_inc_collection_set_stats[hr->hrm_index()]; in update_young_region_prediction()
272 old_rs_length, new_rs_length, hr->hrm_index(), hr->get_short_type_str()); in update_young_region_prediction()
278 …>= 0.0, "Non copy time for region %u not initialized yet, is %.3f", hr->hrm_index(), old_non_copy_… in update_young_region_prediction()
315 IncCollectionSetRegionStat* stat = &_inc_collection_set_stats[hr->hrm_index()]; in add_young_region_common()
332 _collection_set_regions[_collection_set_cur_length] = hr->hrm_index(); in add_young_region_common()
396 assert(r->in_collection_set(), "Region %u should be in collection set", r->hrm_index()); in do_heap_region()
580 … set for all regions in the incremental collection set but is not for region %u.", r->hrm_index()); in do_heap_region()
581 … assert(idx <= _young_length, "Young cset index %u too large for region %u", idx, r->hrm_index()); in do_heap_region()
585 idx, _heap_region_indices[idx], r->hrm_index()); in do_heap_region()
[all …]
H A DheapRegionSet.inline.hpp56 …ength() > 0 && _head != NULL && _tail != NULL && _tail->hrm_index() < region_to_add->hrm_index()), in add_to_tail()
85 if (_last != NULL && _last->hrm_index() < hr->hrm_index()) { in add_ordered()
92 while (curr != NULL && curr->hrm_index() < hr->hrm_index()) { in add_ordered()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A DheapRegionSet.cpp34 assert(hr->containing_set() == this, "Inconsistent containing set for %u", hr->hrm_index()); in verify_region()
35 …assert(!hr->is_young(), "Adding young region %u", hr->hrm_index()); // currently we don't use thes… in verify_region()
36 …== regions_humongous(), "Wrong humongous state for region %u and set %s", hr->hrm_index(), name()); in verify_region()
37 …is_free() == regions_free(), "Wrong free state for region %u and set %s", hr->hrm_index(), name()); in verify_region()
38 …assert(!hr->is_free() || hr->is_empty(), "Free region %u is not empty for set %s", hr->hrm_index()… in verify_region()
40 "Empty region %u is not free or archive for set %s", hr->hrm_index(), name()); in verify_region()
147 while (curr_to != NULL && curr_to->hrm_index() < curr_from->hrm_index()) { in add_ordered()
172 if (_tail->hrm_index() < from_list->_tail->hrm_index()) { in add_ordered()
281 guarantee(curr->hrm_index() == 0 || curr->hrm_index() > last_index, "List should be sorted"); in verify_list()
282 last_index = curr->hrm_index(); in verify_list()
[all …]
H A Dg1RemSetTrackingPolicy.cpp55 …guarantee(false, "Unhandled region %u with heap region type %s", r->hrm_index(), r->get_type_str()… in update_at_allocate()
72 r->hrm_index(), in print_before_rebuild()
84 assert(r->is_humongous(), "Region %u should be humongous", r->hrm_index()); in update_humongous_before_rebuild()
90 …em_set()->is_updating(), "Remembered set of region %u is updating before rebuild", r->hrm_index()); in update_humongous_before_rebuild()
109 assert(!r->is_humongous(), "Region %u is humongous", r->hrm_index()); in update_before_rebuild()
117 …em_set()->is_updating(), "Remembered set of region %u is updating before rebuild", r->hrm_index()); in update_before_rebuild()
155 uint const region_idx = r->hrm_index(); in update_after_rebuild()
170 r->hrm_index(), in update_after_rebuild()
172 cm->liveness(r->hrm_index()) * HeapWordSize, in update_after_rebuild()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A DheapRegionSet.cpp34 assert(hr->containing_set() == this, "Inconsistent containing set for %u", hr->hrm_index()); in verify_region()
35 …assert(!hr->is_young(), "Adding young region %u", hr->hrm_index()); // currently we don't use thes… in verify_region()
36 …== regions_humongous(), "Wrong humongous state for region %u and set %s", hr->hrm_index(), name()); in verify_region()
37 …is_free() == regions_free(), "Wrong free state for region %u and set %s", hr->hrm_index(), name()); in verify_region()
38 …assert(!hr->is_free() || hr->is_empty(), "Free region %u is not empty for set %s", hr->hrm_index()… in verify_region()
40 "Empty region %u is not free or archive for set %s", hr->hrm_index(), name()); in verify_region()
147 while (curr_to != NULL && curr_to->hrm_index() < curr_from->hrm_index()) { in add_ordered()
172 if (_tail->hrm_index() < from_list->_tail->hrm_index()) { in add_ordered()
281 guarantee(curr->hrm_index() == 0 || curr->hrm_index() > last_index, "List should be sorted"); in verify_list()
282 last_index = curr->hrm_index(); in verify_list()
[all …]
H A Dg1RemSetTrackingPolicy.cpp55 …guarantee(false, "Unhandled region %u with heap region type %s", r->hrm_index(), r->get_type_str()… in update_at_allocate()
72 r->hrm_index(), in print_before_rebuild()
84 assert(r->is_humongous(), "Region %u should be humongous", r->hrm_index()); in update_humongous_before_rebuild()
90 …em_set()->is_updating(), "Remembered set of region %u is updating before rebuild", r->hrm_index()); in update_humongous_before_rebuild()
109 assert(!r->is_humongous(), "Region %u is humongous", r->hrm_index()); in update_before_rebuild()
117 …em_set()->is_updating(), "Remembered set of region %u is updating before rebuild", r->hrm_index()); in update_before_rebuild()
155 uint const region_idx = r->hrm_index(); in update_after_rebuild()
170 r->hrm_index(), in update_after_rebuild()
172 cm->liveness(r->hrm_index()) * HeapWordSize, in update_after_rebuild()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSet.cpp42 …assert(hr->containing_set() == this, err_msg("Inconsistent containing set for %u", hr->hrm_index()… in verify_region()
43 …assert(!hr->is_young(), err_msg("Adding young region %u", hr->hrm_index())); // currently we don't… in verify_region()
45 … == regions_free(), err_msg("Wrong free state for region %u and set %s", hr->hrm_index(), name())); in verify_region()
46 …e() || hr->is_empty(), err_msg("Free region %u is not empty for set %s", hr->hrm_index(), name())); in verify_region()
47 …ty() || hr->is_free(), err_msg("Empty region %u is not free for set %s", hr->hrm_index(), name())); in verify_region()
48 …rem_set()->verify_ready_for_par_iteration(), err_msg("Wrong iteration state %u", hr->hrm_index())); in verify_region()
163 while (curr_to != NULL && curr_to->hrm_index() < curr_from->hrm_index()) { in add_ordered()
188 if (_tail->hrm_index() < from_list->_tail->hrm_index()) { in add_ordered()
314 guarantee(curr->hrm_index() == 0 || curr->hrm_index() > last_index, "List should be sorted"); in verify_list()
315 last_index = curr->hrm_index(); in verify_list()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSet.cpp42 …assert(hr->containing_set() == this, err_msg("Inconsistent containing set for %u", hr->hrm_index()… in verify_region()
43 …assert(!hr->is_young(), err_msg("Adding young region %u", hr->hrm_index())); // currently we don't… in verify_region()
45 … == regions_free(), err_msg("Wrong free state for region %u and set %s", hr->hrm_index(), name())); in verify_region()
46 …e() || hr->is_empty(), err_msg("Free region %u is not empty for set %s", hr->hrm_index(), name())); in verify_region()
47 …ty() || hr->is_free(), err_msg("Empty region %u is not free for set %s", hr->hrm_index(), name())); in verify_region()
48 …rem_set()->verify_ready_for_par_iteration(), err_msg("Wrong iteration state %u", hr->hrm_index())); in verify_region()
163 while (curr_to != NULL && curr_to->hrm_index() < curr_from->hrm_index()) { in add_ordered()
188 if (_tail->hrm_index() < from_list->_tail->hrm_index()) { in add_ordered()
314 guarantee(curr->hrm_index() == 0 || curr->hrm_index() > last_index, "List should be sorted"); in verify_list()
315 last_index = curr->hrm_index(); in verify_list()
[all …]

1234567891011