src/share/vm/gc_implementation/shared/vmGCOperations.cpp

changeset 4542
db9981fd3124
parent 4131
097d78aaf2b5
child 4544
3c9bc17b9403
equal deleted inserted replaced
4461:46e60405583b 4542:db9981fd3124
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 */

mercurial