hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.cpp
changeset 15482 470d0b0c09f1
parent 13927 332925e36741
child 15484 7395ace8a11a
equal deleted inserted replaced
15224:0f9e3436040d 15482:470d0b0c09f1
    34 #include "runtime/handles.inline.hpp"
    34 #include "runtime/handles.inline.hpp"
    35 #include "runtime/init.hpp"
    35 #include "runtime/init.hpp"
    36 #include "runtime/interfaceSupport.hpp"
    36 #include "runtime/interfaceSupport.hpp"
    37 #include "utilities/dtrace.hpp"
    37 #include "utilities/dtrace.hpp"
    38 #include "utilities/preserveException.hpp"
    38 #include "utilities/preserveException.hpp"
    39 #ifndef SERIALGC
    39 #include "utilities/macros.hpp"
       
    40 #if INCLUDE_ALL_GCS
    40 #include "gc_implementation/g1/g1CollectedHeap.inline.hpp"
    41 #include "gc_implementation/g1/g1CollectedHeap.inline.hpp"
    41 #endif
    42 #endif // INCLUDE_ALL_GCS
    42 
    43 
    43 #ifndef USDT2
    44 #ifndef USDT2
    44 HS_DTRACE_PROBE_DECL1(hotspot, gc__begin, bool);
    45 HS_DTRACE_PROBE_DECL1(hotspot, gc__begin, bool);
    45 HS_DTRACE_PROBE_DECL(hotspot, gc__end);
    46 HS_DTRACE_PROBE_DECL(hotspot, gc__end);
    46 #endif /* !USDT2 */
    47 #endif /* !USDT2 */