open/test/jdk/tools/jlink/plugins/SystemModuleDescriptors/ModuleMainClassTest.java:109: error: unreported exception Throwable; must be caught or declared to be thrown
assertTrue(executeProcess(java.toString(),
^
open/test/jdk/tools/jlink/plugins/SystemModuleDescriptors/ModuleMainClassTest.java:121: error: unreported exception Throwable; must be caught or declared to be thrown
assertTrue(executeProcess(java.toString(),
^
2 errors
assertTrue(executeProcess(java.toString(),
^
open/test/jdk/tools/jlink/plugins/SystemModuleDescriptors/ModuleMainClassTest.java:121: error: unreported exception Throwable; must be caught or declared to be thrown
assertTrue(executeProcess(java.toString(),
^
2 errors
- duplicates
-
JDK-8323547 tools/jlink/plugins/SystemModuleDescriptors/ModuleMainClassTest.java fails to compile
- Closed
- relates to
-
JDK-8323371 SystemModulesMap::classNames and moduleNames arrays do not match the order
- Resolved