RFR: JDK-8199636 Unify naming for jaas_unix and jaas_nt (original) (raw)
Magnus Ihse Bursie magnus.ihse.bursie at oracle.com
Wed Mar 14 21:50:48 UTC 2018
- Previous message (by thread): RFR 8199464 [11] Remove remaining vestiges of Java_sun_reflect_Reflection_getCallerClass
- Next message (by thread): RFR: JDK-8199636 Unify naming for jaas_unix and jaas_nt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): RFR 8199464 [11] Remove remaining vestiges of Java_sun_reflect_Reflection_getCallerClass
- Next message (by thread): RFR: JDK-8199636 Unify naming for jaas_unix and jaas_nt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]