< prev index next > src/hotspot/share/memory/metaspace/virtualSpaceNode.cpp
Print this page
_root_chunk_area_lut((MetaWord*)rs.base(), rs.size() / BytesPerWord),
_commit_limiter(limiter),
_total_reserved_words_counter(reserve_counter),
_total_committed_words_counter(commit_counter)
{
! UL2(debug, "born (word_size " SIZE_FORMAT ").", _word_size);
// Update reserved counter in vslist
_total_reserved_words_counter->increment_by(_word_size);
assert_is_aligned(_base, chunklevel::MAX_CHUNK_BYTE_SIZE);
_root_chunk_area_lut((MetaWord*)rs.base(), rs.size() / BytesPerWord),
_commit_limiter(limiter),
_total_reserved_words_counter(reserve_counter),
_total_committed_words_counter(commit_counter)
{
! UL2(debug, "born: [" PTR_FORMAT ".." PTR_FORMAT "), (word_size " SIZE_FORMAT ").",
+ p2i(_rs.base()), p2i(_rs.end()), _word_size);
// Update reserved counter in vslist
_total_reserved_words_counter->increment_by(_word_size);
assert_is_aligned(_base, chunklevel::MAX_CHUNK_BYTE_SIZE);
< prev index next >