To help debug issues on macos ARM setups where various jpackage related tests are intermittently failing in the jlink tool, https://bugs.openjdk.java.net/browse/JDK-8278205 started dumping the .class files when a plugin ran into IllegalArgumentException.
However, as seen in https://bugs.openjdk.java.net/browse/JDK-8279704, given the nature of the issue, the exception type itself keeps changing in these failures. This task is to catch the generic Exception type and dump the .class file to help narrow down the problem.
However, as seen in https://bugs.openjdk.java.net/browse/JDK-8279704, given the nature of the issue, the exception type itself keeps changing in these failures. This task is to catch the generic Exception type and dump the .class file to help narrow down the problem.
- relates to
-
JDK-8278205 jlink plugins should dump .class file in debug mode
-
- Resolved
-
- links to
-
Commit openjdk/jdk/e683d4ac
-
Review openjdk/jdk/7049
-
Review(master) openjdk/jdk/7049