Hello, This small patch adds the module jdk.jdwp.agent to the JRE image.
Bug: https://bugs.openjdk.java.net/browse/JDK-8153660 Patch: diff -r 4f4adcdff6b4 make/common/Modules.gmk --- a/make/common/Modules.gmk +++ b/make/common/Modules.gmk @@ -115,6 +115,7 @@ # JRE_TOOL_MODULES += \ + jdk.jdwp.agent \ jdk.pack200 \ jdk.scripting.nashorn.shell \ # /Erik