RFR: JDK-8153660: jwdp.so/dll missing from JRE image

Erik Joelsson erik.joelsson at oracle.com
Thu Apr 7 08:55:54 UTC 2016


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



More information about the build-dev mailing list