On Tue, 28 Jun 2022 07:15:49 GMT, David Holmes <dhol...@openjdk.org> wrote:
>> Ioi Lam has updated the pull request incrementally with one additional >> commit since the last revision: >> >> fixed comments > > src/hotspot/os/posix/mutex_posix.hpp line 141: > >> 139: }; >> 140: >> 141: #endif // OS_POSIX_PARK_POSIX_HPP > > Wrong comment. Fixed. > src/hotspot/os/posix/threadCrashProtection_posix.cpp line 38: > >> 36: >> 37: /* >> 38: * See the caveats for this class in os_posix.hpp > > Comment needs updating Fixed. > src/hotspot/os/windows/mutex_windows.hpp line 64: > >> 62: }; >> 63: >> 64: #endif // OS_WINDOWS_PARK_WINDOWS_HPP > > Wrong comment Fixed. ------------- PR: https://git.openjdk.org/jdk/pull/9303