git: openjdk/jdk: 8289230: Move PlatformXXX class declarations out of os_xxx.hpp

Ioi Lam iklam at openjdk.org
Sat Jul 2 14:46:36 UTC 2022


Changeset: cdf69792
Author:    Ioi Lam <iklam at openjdk.org>
Date:      2022-07-02 14:45:10 +0000
URL:       https://git.openjdk.org/jdk/commit/cdf697925953f62e17a7916ba611d7e789f09edf

8289230: Move PlatformXXX class declarations out of os_xxx.hpp

Reviewed-by: coleenp, ccheung

! src/hotspot/os/linux/decoder_linux.cpp
+ src/hotspot/os/posix/mutex_posix.hpp
! src/hotspot/os/posix/os_posix.cpp
! src/hotspot/os/posix/os_posix.hpp
! src/hotspot/os/posix/os_posix.inline.hpp
+ src/hotspot/os/posix/park_posix.hpp
! src/hotspot/os/posix/signals_posix.cpp
+ src/hotspot/os/posix/threadCrashProtection_posix.cpp
+ src/hotspot/os/posix/threadCrashProtection_posix.hpp
+ src/hotspot/os/windows/mutex_windows.hpp
! src/hotspot/os/windows/os_windows.cpp
! src/hotspot/os/windows/os_windows.hpp
! src/hotspot/os/windows/os_windows.inline.hpp
+ src/hotspot/os/windows/park_windows.hpp
+ src/hotspot/os/windows/threadCrashProtection_windows.cpp
+ src/hotspot/os/windows/threadCrashProtection_windows.hpp
! src/hotspot/share/gc/shared/gcLogPrecious.cpp
! src/hotspot/share/gc/shenandoah/shenandoahLock.hpp
! src/hotspot/share/gc/z/zLock.hpp
! src/hotspot/share/jfr/periodic/sampling/jfrThreadSampler.cpp
! src/hotspot/share/logging/logAsyncWriter.hpp
! src/hotspot/share/memory/metaspace/metachunk.cpp
! src/hotspot/share/memory/metaspace/rootChunkArea.cpp
! src/hotspot/share/memory/metaspace/testHelpers.cpp
! src/hotspot/share/prims/jvm.cpp
! src/hotspot/share/prims/jvmtiRawMonitor.hpp
! src/hotspot/share/runtime/mutex.cpp
! src/hotspot/share/runtime/mutex.hpp
! src/hotspot/share/runtime/objectMonitor.hpp
! src/hotspot/share/runtime/os.cpp
! src/hotspot/share/runtime/os.hpp
! src/hotspot/share/runtime/osThread.hpp
! src/hotspot/share/runtime/park.hpp
! src/hotspot/share/runtime/semaphore.hpp
! src/hotspot/share/runtime/synchronizer.cpp
+ src/hotspot/share/runtime/threadCrashProtection.hpp



More information about the jdk-changes mailing list