src/hotspot/share/gc/shared/gcTrace.cpp
changeset 50113 caf115bb98ad
parent 49982 9042ffe5b7fe
child 53411 aa87f38fcba2
equal deleted inserted replaced
50112:7a2a740815b7 50113:caf115bb98ad
     1 /*
     1 /*
     2  * Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2012, 2018, 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.
    33 #include "memory/heapInspection.hpp"
    33 #include "memory/heapInspection.hpp"
    34 #include "memory/resourceArea.hpp"
    34 #include "memory/resourceArea.hpp"
    35 #include "runtime/os.hpp"
    35 #include "runtime/os.hpp"
    36 #include "utilities/globalDefinitions.hpp"
    36 #include "utilities/globalDefinitions.hpp"
    37 #include "utilities/macros.hpp"
    37 #include "utilities/macros.hpp"
    38 #include "utilities/ticks.inline.hpp"
    38 #include "utilities/ticks.hpp"
    39 #if INCLUDE_G1GC
    39 #if INCLUDE_G1GC
    40 #include "gc/g1/evacuationInfo.hpp"
    40 #include "gc/g1/evacuationInfo.hpp"
    41 #endif
    41 #endif
    42 
    42 
    43 void GCTracer::report_gc_start_impl(GCCause::Cause cause, const Ticks& timestamp) {
    43 void GCTracer::report_gc_start_impl(GCCause::Cause cause, const Ticks& timestamp) {