RFR: 8277489: Rewrite JAAS UnixLoginModule with FFM [v5]
Weijun Wang
weijun at openjdk.org
Mon Jan 5 16:13:59 UTC 2026
On Mon, 5 Jan 2026 12:25:41 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Weijun Wang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fail early on Windows, and more comments
>
> src/jdk.security.auth/share/classes/com/sun/security/auth/module/UnixSystem.java line 90:
>
>> 88: = (ValueLayout.OfLong) LINKER.canonicalLayouts().get("size_t");
>> 89:
>> 90: private static Linker.Option ccs = Linker.Option.captureCallState("errno");
>
> names of static final fields should be capitalized?
I inlined it instead.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28931#discussion_r2662029528
More information about the build-dev
mailing list