RFR: 8232211: Remove dead code from os.hpp|cpp

Claes Redestad claes.redestad at oracle.com
Tue Oct 15 15:01:42 UTC 2019



On 2019-10-15 16:33, Daniel D. Daugherty wrote:
> On 10/15/19 10:00 AM, Claes Redestad wrote:
>> Hi,
>>
>> Robbin pointed out a few additional things that seemed to be unused,
>> including an unused createThread_lock Mutex and that _os_version is
>> never read, which means initialize_os_info can go - too.
>>
>> New webrev: http://cr.openjdk.java.net/~redestad/8232211/open.01/
>> Incremental: http://cr.openjdk.java.net/~redestad/8232211/open.00_01.inc/
> 
> src/hotspot/os/aix/os_aix.hpp
>      No comments.
> 
> src/hotspot/os/linux/os_linux.cpp
>      No comments.
> 
> src/hotspot/os/linux/os_linux.hpp
>      No comments.
> 
> Thumbs up.
> 
> Dan

Thanks for re-reviewing, Dan!

/Claes


More information about the hotspot-runtime-dev mailing list