mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8057744: (process) Synchronize exiting of threads and process [win]
Reviewed-by: dholmes, dcubed, sla
This commit is contained in:
parent
3ad47cdbeb
commit
497f5c44a6
9 changed files with 112 additions and 30 deletions
|
@ -274,4 +274,8 @@ inline bool os::supports_monotonic_clock() {
|
|||
#endif
|
||||
}
|
||||
|
||||
inline void os::exit(int num) {
|
||||
::exit(num);
|
||||
}
|
||||
|
||||
#endif // OS_BSD_VM_OS_BSD_INLINE_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue