8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1

Reviewed-by: coleenp, sspitsyn, dsamersoff
This commit is contained in:
Staffan Larsen 2014-01-16 20:14:21 +01:00
parent 0aac4235b3
commit b35fb5f8c0
13 changed files with 182 additions and 361 deletions

View file

@ -608,6 +608,7 @@ void notify_vm_shutdown() {
HS_DTRACE_WORKAROUND_TAIL_CALL_BUG();
#else /* USDT2 */
HOTSPOT_VM_SHUTDOWN();
HS_DTRACE_WORKAROUND_TAIL_CALL_BUG();
#endif /* USDT2 */
}