hotspot/src/share/vm/gc_implementation/g1/heapRegionSet.cpp
changeset 24424 2658d7834c6e
parent 23471 ec9427262f0a
child 26157 70eddb655686
equal deleted inserted replaced
24358:8528b67f6562 24424:2658d7834c6e
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "gc_implementation/g1/heapRegionRemSet.hpp"
    26 #include "gc_implementation/g1/heapRegionRemSet.hpp"
    27 #include "gc_implementation/g1/heapRegionSet.inline.hpp"
    27 #include "gc_implementation/g1/heapRegionSet.inline.hpp"
    28 
    28 
       
    29 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC
       
    30 
    29 uint FreeRegionList::_unrealistically_long_length = 0;
    31 uint FreeRegionList::_unrealistically_long_length = 0;
    30 
    32 
    31 void HeapRegionSetBase::fill_in_ext_msg(hrs_ext_msg* msg, const char* message) {
    33 void HeapRegionSetBase::fill_in_ext_msg(hrs_ext_msg* msg, const char* message) {
    32   msg->append("[%s] %s ln: %u cy: "SIZE_FORMAT,
    34   msg->append("[%s] %s ln: %u cy: "SIZE_FORMAT,
    33               name(), message, length(), total_capacity_bytes());
    35               name(), message, length(), total_capacity_bytes());