JDK-8169055 : [TESTBUG] java/io/Serializable/serialFilter/ tests have undeclared dependency on java.compiler module
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.io:serialization
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2016-11-02
  • Updated: 2016-11-14
  • Resolved: 2016-11-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b144Fixed
Related Reports
Relates :  
Description
java/io/Serializable/serialFilter/CheckInputOrderTest.java
java/io/Serializable/serialFilter/FilterWithSecurityManagerTest.java
java/io/Serializable/serialFilter/GlobalFilterTest.java
java/io/Serializable/serialFilter/MixedFiltersTest.java
java/io/Serializable/serialFilter/SerialFilterTest.java

The tests fails in case of usage "--limit-modules" command line option. The tests should have module dependency declaration.

An example of one of the tests output see in attachment.