comparison src/share/vm/runtime/java.cpp @ 14278:a3ba776d6ab6

8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1 Reviewed-by: coleenp, sspitsyn, dsamersoff
author sla
date Thu, 16 Jan 2014 20:14:21 +0100
parents 49a31fd8b93d
children e6195383bcaf
comparison
equal deleted inserted replaced
14277:3bee68af0296 14278:a3ba776d6ab6
606 #ifndef USDT2 606 #ifndef USDT2
607 HS_DTRACE_PROBE(hotspot, vm__shutdown); 607 HS_DTRACE_PROBE(hotspot, vm__shutdown);
608 HS_DTRACE_WORKAROUND_TAIL_CALL_BUG(); 608 HS_DTRACE_WORKAROUND_TAIL_CALL_BUG();
609 #else /* USDT2 */ 609 #else /* USDT2 */
610 HOTSPOT_VM_SHUTDOWN(); 610 HOTSPOT_VM_SHUTDOWN();
611 HS_DTRACE_WORKAROUND_TAIL_CALL_BUG();
611 #endif /* USDT2 */ 612 #endif /* USDT2 */
612 } 613 }
613 614
614 void vm_direct_exit(int code) { 615 void vm_direct_exit(int code) {
615 notify_vm_shutdown(); 616 notify_vm_shutdown();