src/hotspot/share/gc/g1/g1EvacStats.cpp
changeset 50113 caf115bb98ad
parent 47216 71c04702a3d5
child 54982 b18c8301b8c2
equal deleted inserted replaced
50112:7a2a740815b7 50113:caf115bb98ad
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "memory/allocation.inline.hpp"
       
    27 #include "gc/g1/g1_globals.hpp"
    26 #include "gc/g1/g1_globals.hpp"
    28 #include "gc/g1/g1EvacStats.hpp"
    27 #include "gc/g1/g1EvacStats.hpp"
    29 #include "gc/shared/gcId.hpp"
    28 #include "gc/shared/gcId.hpp"
    30 #include "logging/log.hpp"
    29 #include "logging/log.hpp"
    31 #include "trace/tracing.hpp"
    30 #include "memory/allocation.inline.hpp"
    32 
    31 
    33 void G1EvacStats::log_plab_allocation() {
    32 void G1EvacStats::log_plab_allocation() {
    34   PLABStats::log_plab_allocation();
    33   PLABStats::log_plab_allocation();
    35   log_debug(gc, plab)("%s other allocation: "
    34   log_debug(gc, plab)("%s other allocation: "
    36                       "region end waste: " SIZE_FORMAT "B, "
    35                       "region end waste: " SIZE_FORMAT "B, "