hotspot/src/share/vm/runtime/perfMemory.cpp
changeset 46625 edefffab74e2
parent 46619 a3919f5e8d2b
equal deleted inserted replaced
46622:910fc72c03e8 46625:edefffab74e2
    34 #include "runtime/os.hpp"
    34 #include "runtime/os.hpp"
    35 #include "runtime/perfData.hpp"
    35 #include "runtime/perfData.hpp"
    36 #include "runtime/perfMemory.hpp"
    36 #include "runtime/perfMemory.hpp"
    37 #include "runtime/safepoint.hpp"
    37 #include "runtime/safepoint.hpp"
    38 #include "runtime/statSampler.hpp"
    38 #include "runtime/statSampler.hpp"
       
    39 #include "utilities/align.hpp"
    39 #include "utilities/globalDefinitions.hpp"
    40 #include "utilities/globalDefinitions.hpp"
    40 
    41 
    41 // Prefix of performance data file.
    42 // Prefix of performance data file.
    42 const char               PERFDATA_NAME[] = "hsperfdata";
    43 const char               PERFDATA_NAME[] = "hsperfdata";
    43 
    44