mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-25 22:04:51 +02:00
6951319: enable solaris builds using Sun Studio 12 update 1
Reviewed-by: kamg, ysr, dholmes, johnc
This commit is contained in:
parent
f8643be266
commit
04b4d79094
21 changed files with 143 additions and 154 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue