JDK-8152785 : Remove javac -XDnoModules
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2016-03-25
  • Updated: 2016-06-03
  • Resolved: 2016-05-27
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 b121Fixed
Related Reports
Relates :  
Description
javac Modules code contains the following:

http://hg.openjdk.java.net/jdk9/dev/langtools/file/b5af83c995f9/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Modules.java#l166

        // The following is required, for now, to support building
        // Swing beaninfo via javadoc.
        noModules = options.isSet("noModules");

This needs to be cleaned up.