8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not
authoralanb
Thu, 06 Feb 2014 15:49:51 +0000
changeset 23104 f2504b690dc5
parent 22703 322d8adeabe1
child 23105 1d1ea26a10ae
8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not Reviewed-by: erikj
langtools/test/tools/javac/profiles/ProfileOptionTest.java
--- a/langtools/test/tools/javac/profiles/ProfileOptionTest.java	Wed Feb 05 11:04:04 2014 +0100
+++ b/langtools/test/tools/javac/profiles/ProfileOptionTest.java	Thu Feb 06 15:49:51 2014 +0000
@@ -184,8 +184,7 @@
                 com.sun.security.auth.PolicyFile.class); // specifically included in 3
 
         init(Profile.DEFAULT,
-                java.beans.BeanInfo.class,
-                javax.management.remote.rmi._RMIServer_Stub.class); // specifically excluded in 3
+                java.beans.BeanInfo.class);
     }
 
     void init(Profile p, Class<?>... classes) {