comparison src/share/vm/runtime/java.cpp @ 1547:fb1a39993f69

6951319: enable solaris builds using Sun Studio 12 update 1 Reviewed-by: kamg, ysr, dholmes, johnc
author jcoomes
date Tue, 18 May 2010 11:02:18 -0700
parents d95b224e9f17
children c18cbe5936b8
comparison
equal deleted inserted replaced
1546:a00b51b2dda4 1547:fb1a39993f69
468 } 468 }
469 469
470 void notify_vm_shutdown() { 470 void notify_vm_shutdown() {
471 // For now, just a dtrace probe. 471 // For now, just a dtrace probe.
472 HS_DTRACE_PROBE(hotspot, vm__shutdown); 472 HS_DTRACE_PROBE(hotspot, vm__shutdown);
473 HS_DTRACE_WORKAROUND_TAIL_CALL_BUG();
473 } 474 }
474 475
475 void vm_direct_exit(int code) { 476 void vm_direct_exit(int code) {
476 notify_vm_shutdown(); 477 notify_vm_shutdown();
477 ::exit(code); 478 ::exit(code);