hg: jdk/hs: 2 new changesets
coleen.phillimore at oracle.com
coleen.phillimore at oracle.com
Fri Jan 12 03:01:22 UTC 2018
Changeset: 612dfa1d8aad
Author: coleenp
Date: 2018-01-11 18:42 -0500
URL: http://hg.openjdk.java.net/jdk/hs/rev/612dfa1d8aad
8130039: Move the platform-specific [OS]Semaphore code
8130038: Unify the semaphore usage in os_xxx.cpp
8194763: os::signal_lookup is unused
Reviewed-by: dholmes, kbarrett
! src/hotspot/os/aix/os_aix.cpp
! src/hotspot/os/bsd/os_bsd.cpp
+ src/hotspot/os/bsd/semaphore_bsd.cpp
! src/hotspot/os/bsd/semaphore_bsd.hpp
! src/hotspot/os/linux/os_linux.cpp
! src/hotspot/os/posix/os_posix.cpp
+ src/hotspot/os/posix/semaphore_posix.cpp
! src/hotspot/os/posix/semaphore_posix.hpp
! src/hotspot/os/solaris/os_solaris.cpp
! src/hotspot/os/windows/os_windows.cpp
+ src/hotspot/os/windows/semaphore_windows.cpp
! src/hotspot/share/runtime/os.hpp
Changeset: b96f03796580
Author: coleenp
Date: 2018-01-11 21:49 -0500
URL: http://hg.openjdk.java.net/jdk/hs/rev/b96f03796580
Merge
More information about the jdk-hs-changes
mailing list