jdk/make/CompileJavaClasses.gmk
changeset 23292 009134c9d572
parent 23276 add6f5c93bc6
parent 22937 f28798de1e6f
child 23310 dfbe9ff289c6
--- a/jdk/make/CompileJavaClasses.gmk	Tue Feb 11 12:40:16 2014 -0800
+++ b/jdk/make/CompileJavaClasses.gmk	Tue Feb 11 14:42:17 2014 -0800
@@ -44,6 +44,10 @@
     com/sun/tools/example/debug/event \
     com/sun/tools/example/debug/gui
 
+ifeq ($(RMICONNECTOR_IIOP), false)
+  EXCLUDES += com/sun/jmx/remote/protocol/iiop
+endif
+
 ifdef OPENJDK
   EXCLUDES += sun/dc \
       com/sun/jmx/snmp \