8199636: Unify naming for jaas_unix and jaas_nt
Reviewed-by: erikj
This commit is contained in:
parent
f74d0aef61
commit
9f1e654058
make/lib
src/jdk.security.auth/share/classes/com/sun/security/auth/module
@ -33,13 +33,8 @@ ifeq ($(OPENJDK_TARGET_OS), solaris)
|
||||
LIBJAAS_MAPFILE := $(TOPDIR)/make/mapfiles/libjaas/mapfile-vers
|
||||
endif
|
||||
|
||||
LIBJAAS_NAME := jaas_unix
|
||||
ifeq ($(OPENJDK_TARGET_OS), windows)
|
||||
LIBJAAS_NAME := jaas_nt
|
||||
endif
|
||||
|
||||
$(eval $(call SetupJdkLibrary, BUILD_LIBJAAS, \
|
||||
NAME := $(LIBJAAS_NAME), \
|
||||
NAME := jaas, \
|
||||
SRC := $(call FindSrcDirsForLib, jdk.security.auth, jaas), \
|
||||
OPTIMIZATION := LOW, \
|
||||
CFLAGS := $(CFLAGS_JDKLIB) -I$(SUPPORT_OUTPUTDIR)/headers/jdk.security.auth, \
|
||||
|
@ -128,6 +128,6 @@ public class NTSystem {
|
||||
|
||||
|
||||
private void loadNative() {
|
||||
System.loadLibrary("jaas_nt");
|
||||
System.loadLibrary("jaas");
|
||||
}
|
||||
}
|
||||
|
@ -43,7 +43,7 @@ public class UnixSystem {
|
||||
* the native library to access the underlying system information.
|
||||
*/
|
||||
public UnixSystem() {
|
||||
System.loadLibrary("jaas_unix");
|
||||
System.loadLibrary("jaas");
|
||||
getUnixInfo();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user