6951319: enable solaris builds using Sun Studio 12 update 1

Reviewed-by: kamg, ysr, dholmes, johnc
This commit is contained in:
John Coomes 2010-05-18 11:02:18 -07:00
parent f8643be266
commit 04b4d79094
21 changed files with 143 additions and 154 deletions

View file

@ -470,6 +470,7 @@ void vm_exit(int code) {
void notify_vm_shutdown() {
// For now, just a dtrace probe.
HS_DTRACE_PROBE(hotspot, vm__shutdown);
HS_DTRACE_WORKAROUND_TAIL_CALL_BUG();
}
void vm_direct_exit(int code) {