On Mon, 25 Jul 2022 21:58:00 GMT, David Holmes <[email protected]> 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