8060692: Delete com/sun/jmx/snmp and sun/management/snmp from OpenJDK
Reviewed-by: alanb, dfuchs, erikj, mchung
This commit is contained in:
parent
cf426daa20
commit
8be6fa0ec3
@ -247,14 +247,6 @@ java.sql.rowset_CLEAN_FILES := $(wildcard \
|
||||
# Exclude building of IIOP transport for RMI Connector
|
||||
java.management_EXCLUDES := com/sun/jmx/remote/protocol/iiop
|
||||
|
||||
# Why is this in the open source tree?
|
||||
ifdef OPENJDK
|
||||
java.management_EXCLUDES := \
|
||||
com/sun/jmx/snmp \
|
||||
sun/management/snmp \
|
||||
#
|
||||
endif
|
||||
|
||||
ifeq ($(RMICONNECTOR_IIOP), false)
|
||||
java.management_EXCLUDES += com/sun/jmx/remote/protocol/iiop
|
||||
endif
|
||||
|
@ -41,9 +41,6 @@ ALL_TOP_SRC_DIRS := \
|
||||
$(NASHORN_TOPDIR)/src \
|
||||
#
|
||||
|
||||
# There are snmp classes in the open but they are not included in OpenJDK
|
||||
JAVA_MODULES_FILTER := jdk.snmp
|
||||
|
||||
# Find all modules with java sources by looking in the source dirs
|
||||
define FindJavaModules
|
||||
$(filter-out $(JAVA_MODULES_FILTER), $(sort $(notdir \
|
||||
|
Loading…
Reference in New Issue
Block a user