8329292: Fix missing cleanups in java.management and jdk.management
Reviewed-by: erikj
This commit is contained in:
parent
ed821cbe85
commit
5ae849d66f
@ -25,6 +25,8 @@
|
||||
|
||||
include LibCommon.gmk
|
||||
|
||||
################################################################################
|
||||
## Build libmanagement
|
||||
################################################################################
|
||||
|
||||
LIBMANAGEMENT_OPTIMIZATION := HIGH
|
||||
|
@ -25,6 +25,8 @@
|
||||
|
||||
include LibCommon.gmk
|
||||
|
||||
################################################################################
|
||||
## Build libmanagement_ext
|
||||
################################################################################
|
||||
|
||||
ifeq ($(call isTargetOs, windows), true)
|
||||
@ -43,7 +45,7 @@ $(eval $(call SetupJdkLibrary, BUILD_LIBMANAGEMENT_EXT, \
|
||||
NAME := management_ext, \
|
||||
OPTIMIZATION := $(LIBMANAGEMENT_EXT_OPTIMIZATION), \
|
||||
DISABLED_WARNINGS_clang_UnixOperatingSystem.c := format-nonliteral, \
|
||||
CFLAGS := $(CFLAGS_JDKLIB) $(LIBMANAGEMENT_EXT_CFLAGS), \
|
||||
CFLAGS := $(LIBMANAGEMENT_EXT_CFLAGS), \
|
||||
JDK_LIBS := $(JDKLIB_LIBS), \
|
||||
JDK_LIBS_windows := $(WIN_JAVA_LIB) jvm.lib, \
|
||||
LIBS_aix := -lperfstat,\
|
||||
|
Loading…
Reference in New Issue
Block a user