equal
deleted
inserted
replaced
20 * or visit www.oracle.com if you need additional information or have any |
20 * or visit www.oracle.com if you need additional information or have any |
21 * questions. |
21 * questions. |
22 * |
22 * |
23 */ |
23 */ |
24 |
24 |
25 # include "incls/_precompiled.incl" |
25 #include "precompiled.hpp" |
26 # include "incls/_runtimeService.cpp.incl" |
26 #include "classfile/classLoader.hpp" |
|
27 #include "services/attachListener.hpp" |
|
28 #include "services/management.hpp" |
|
29 #include "services/runtimeService.hpp" |
|
30 #include "utilities/dtrace.hpp" |
|
31 #include "utilities/exceptions.hpp" |
27 |
32 |
28 HS_DTRACE_PROBE_DECL(hs_private, safepoint__begin); |
33 HS_DTRACE_PROBE_DECL(hs_private, safepoint__begin); |
29 HS_DTRACE_PROBE_DECL(hs_private, safepoint__end); |
34 HS_DTRACE_PROBE_DECL(hs_private, safepoint__end); |
30 |
35 |
31 TimeStamp RuntimeService::_app_timer; |
36 TimeStamp RuntimeService::_app_timer; |