hotspot/src/share/vm/gc_implementation/shared/gcTrace.cpp
changeset 29081 c61eb4914428
parent 28940 c314cf1db3fa
equal deleted inserted replaced
29080:a16b0d9a08f5 29081:c61eb4914428
     1 /*
     1 /*
     2  * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    29 #include "gc_implementation/shared/gcTimer.hpp"
    29 #include "gc_implementation/shared/gcTimer.hpp"
    30 #include "gc_implementation/shared/gcTrace.hpp"
    30 #include "gc_implementation/shared/gcTrace.hpp"
    31 #include "gc_implementation/shared/objectCountEventSender.hpp"
    31 #include "gc_implementation/shared/objectCountEventSender.hpp"
    32 #include "memory/heapInspection.hpp"
    32 #include "memory/heapInspection.hpp"
    33 #include "memory/referenceProcessorStats.hpp"
    33 #include "memory/referenceProcessorStats.hpp"
       
    34 #include "memory/resourceArea.hpp"
    34 #include "runtime/os.hpp"
    35 #include "runtime/os.hpp"
    35 #include "utilities/globalDefinitions.hpp"
    36 #include "utilities/globalDefinitions.hpp"
    36 #include "utilities/macros.hpp"
    37 #include "utilities/macros.hpp"
    37 #include "utilities/ticks.inline.hpp"
    38 #include "utilities/ticks.inline.hpp"
    38 #if INCLUDE_ALL_GCS
    39 #if INCLUDE_ALL_GCS