RFR: 8285792: Posix signal handler modification checking issues. [v2]

Harold Seigel hseigel at openjdk.org
Tue Jul 26 15:39:57 UTC 2022


On Mon, 25 Jul 2022 21:58:00 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Harold Seigel has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Consolidate java test files, change tested signals
>
> test/hotspot/jtreg/runtime/posixSig/TestPsig.java line 28:
> 
>> 26:         System.loadLibrary("TestPsig");
>> 27:     }
>> 28:     public static native void doSomething(int val);
> 
> Suggestion:
> 
> `private static native void changeSigActionFor(int sig);`

Fixed in latest commit.

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

PR: https://git.openjdk.org/jdk/pull/9631



More information about the build-dev mailing list