RFR: 8289230: Move PlatformXXX class declarations out of os_xxx.hpp [v2]

Ioi Lam iklam at openjdk.org
Tue Jun 28 18:38:11 UTC 2022


On Tue, 28 Jun 2022 07:15:49 GMT, David Holmes <dholmes at 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


More information about the serviceability-dev mailing list