-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b147
-
generic
-
generic
The tests
javax/rmi/PortableRemoteObject/8146975/RmiIiopReturnValueTest.java
javax/rmi/PortableRemoteObject/ConcurrentHashMapTest.java
have undeclared dependencies on java.rmi and java.naming modules.
jdeps reporting below modules:
$> jdk9_latest/bin/jdeps --list-deps JTwork/classes/javax/rmi/PortableRemoteObject/
java.base
java.corba
java.naming
java.rmi
The issue leads to failure in case of usage "--limit-modules" command-line option.
javax/rmi/PortableRemoteObject/8146975/RmiIiopReturnValueTest.java
javax/rmi/PortableRemoteObject/ConcurrentHashMapTest.java
have undeclared dependencies on java.rmi and java.naming modules.
jdeps reporting below modules:
$> jdk9_latest/bin/jdeps --list-deps JTwork/classes/javax/rmi/PortableRemoteObject/
java.base
java.corba
java.naming
java.rmi
The issue leads to failure in case of usage "--limit-modules" command-line option.
- relates to
-
JDK-8145414 Fix more module dependences in jdk tests
-
- Open
-
-
JDK-8164934 Optional.map() javadoc code example is incorrect
-
- Closed
-