8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not
Reviewed-by: erikj
--- 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) {