mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 22:04:51 +02:00
8034080: Remove the USDT1 dtrace code from Hotspot
Reviewed-by: dholmes, coleenp
This commit is contained in:
parent
b4be5da833
commit
43b711ea78
19 changed files with 86 additions and 1801 deletions
|
@ -97,9 +97,6 @@
|
|||
#include "opto/runtime.hpp"
|
||||
#endif
|
||||
|
||||
#ifndef USDT2
|
||||
HS_DTRACE_PROBE_DECL(hotspot, vm__shutdown);
|
||||
#endif /* !USDT2 */
|
||||
|
||||
#ifndef PRODUCT
|
||||
|
||||
|
@ -603,13 +600,8 @@ void vm_exit(int code) {
|
|||
|
||||
void notify_vm_shutdown() {
|
||||
// For now, just a dtrace probe.
|
||||
#ifndef USDT2
|
||||
HS_DTRACE_PROBE(hotspot, vm__shutdown);
|
||||
HS_DTRACE_WORKAROUND_TAIL_CALL_BUG();
|
||||
#else /* USDT2 */
|
||||
HOTSPOT_VM_SHUTDOWN();
|
||||
HS_DTRACE_WORKAROUND_TAIL_CALL_BUG();
|
||||
#endif /* USDT2 */
|
||||
}
|
||||
|
||||
void vm_direct_exit(int code) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue