RFR: JDK-8199636 Unify naming for jaas_unix and jaas_nt
Magnus Ihse Bursie
magnus.ihse.bursie at oracle.com
Wed Mar 14 21:50:48 UTC 2018
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