# HG changeset patch
# User sjiang
# Date 1413961956 -7200
# Node ID 495cc902789ce16613448d4b74dfacbfa3754687
# Parent  ac3ebfa6b4ee041f3fb1535e49ec2c63ba9f7dcc
8060692: Delete com/sun/jmx/snmp and sun/management/snmp from OpenJDK
Reviewed-by: alanb, dfuchs, erikj, mchung

diff -r ac3ebfa6b4ee -r 495cc902789c make/CompileJavaModules.gmk
--- a/make/CompileJavaModules.gmk	Tue Oct 21 14:22:22 2014 +0200
+++ b/make/CompileJavaModules.gmk	Wed Oct 22 09:12:36 2014 +0200
@@ -247,14 +247,6 @@
 # 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
diff -r ac3ebfa6b4ee -r 495cc902789c make/common/Modules.gmk
--- a/make/common/Modules.gmk	Tue Oct 21 14:22:22 2014 +0200
+++ b/make/common/Modules.gmk	Wed Oct 22 09:12:36 2014 +0200
@@ -41,9 +41,6 @@
     $(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 \