Loading... (original) (raw)

Issue Fix Version Assignee Priority Status Resolution Resolved In Build
JDK-8176938 10 Erik Joelsson P3 Resolved Fixed b03

The build patches jdk.rmic with the interim classes that can be run with the boot JDK. The following warning is emitted when it invokes javac with the patch module path since jdk.rmic is not in the resolved modules required by javac but it is present in the boot JDK.

WARNING: Unknown module: jdk.rmic specified in --patch-module

backported by

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8176938 Warnings from the build: Unknown module: jdk.rmic specified in --patch-module