RFR: JDK-8199636 Unify naming for jaas_unix and jaas_nt

Erik Joelsson erik.joelsson at oracle.com
Wed Mar 14 23:24:35 UTC 2018


Looks good.

/Erik


On 2018-03-14 14:50, Magnus Ihse Bursie wrote:
> For some odd reason, the native library compiled for jdk.security.auth 
> is called jaas_unix on unix and jaas_nt on windows. There's no good 
> reason for this, and it breaks with the common practice in OpenJDK.
>
> This patch renames both libraries to the basename "jaas" (that is, 
> libjaas.so, libjaas.dylib or jaas.dll, depending on OS).
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8199636
> WebRev: 
> http://cr.openjdk.java.net/~ihse/JDK-8199636-rename-libjaas/webrev.01
>
> /Magnus




More information about the build-dev mailing list