RFR: 8252324: Signal related code should be shared among POSIX platforms [v4]

Gerard Ziemski gziemski at openjdk.java.net
Mon Sep 28 18:18:40 UTC 2020


On Mon, 28 Sep 2020 02:19:08 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Gerard Ziemski has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Revert "Add AIX specific SA code"
>>   
>>   This reverts commit cc13700d7d3f15927e22d92d9f5ec9a0739ef9a1.
>
> src/hotspot/os/linux/os_linux.cpp line 944:
> 
>> 942:     // is no gap between the last two virtual memory regions.
>> 943:
>> 944:     JavaThread *jt = (JavaThread *)thread;
> 
> thread is already a JavaThread* - see line 903

Wow, good catch!
I think that change came from a merge - I will have to carefully review the code again...

-------------

PR: https://git.openjdk.java.net/jdk/pull/157


More information about the hotspot-runtime-dev mailing list