src/hotspot/share/runtime/safepoint.cpp
changeset 54982 b18c8301b8c2
parent 54961 30c8a21ce002
child 55514 03468b206457
child 58678 9cf78a70fa4f
equal deleted inserted replaced
54981:0b56fc0448ec 54982:b18c8301b8c2
    65 #include "runtime/threadSMR.hpp"
    65 #include "runtime/threadSMR.hpp"
    66 #include "runtime/timerTrace.hpp"
    66 #include "runtime/timerTrace.hpp"
    67 #include "services/runtimeService.hpp"
    67 #include "services/runtimeService.hpp"
    68 #include "utilities/events.hpp"
    68 #include "utilities/events.hpp"
    69 #include "utilities/macros.hpp"
    69 #include "utilities/macros.hpp"
    70 #ifdef COMPILER1
       
    71 #include "c1/c1_globals.hpp"
       
    72 #endif
       
    73 
    70 
    74 static void post_safepoint_begin_event(EventSafepointBegin& event,
    71 static void post_safepoint_begin_event(EventSafepointBegin& event,
    75                                        uint64_t safepoint_id,
    72                                        uint64_t safepoint_id,
    76                                        int thread_count,
    73                                        int thread_count,
    77                                        int critical_thread_count) {
    74                                        int critical_thread_count) {