mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8033366: Add configure option to allow RMIConnector IIOP transport be selected compiled in or not
Reviewed-by: erikj
This commit is contained in:
parent
961e7da0a4
commit
cf7f5c0b61
1 changed files with 1 additions and 2 deletions
|
@ -184,8 +184,7 @@ public class ProfileOptionTest {
|
||||||
com.sun.security.auth.PolicyFile.class); // specifically included in 3
|
com.sun.security.auth.PolicyFile.class); // specifically included in 3
|
||||||
|
|
||||||
init(Profile.DEFAULT,
|
init(Profile.DEFAULT,
|
||||||
java.beans.BeanInfo.class,
|
java.beans.BeanInfo.class);
|
||||||
javax.management.remote.rmi._RMIServer_Stub.class); // specifically excluded in 3
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void init(Profile p, Class<?>... classes) {
|
void init(Profile p, Class<?>... classes) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue