We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72de28b commit b577b4dCopy full SHA for b577b4d
test/jdk/tools/jlink/basic/AllModulePath.java
@@ -248,6 +248,9 @@ public void modulePathWithLimitMods() throws Exception {
248
*/
249
@Test
250
public void modulePath() throws Exception {
251
+ if (isExplodedJDKImage()) {
252
+ return;
253
+ }
254
Path targetPath = HELPER.createNewImageDir("all-mod-path-w-mod-path");
255
String moduleName = "com.foo.runtime";
256
Result result = HELPER.generateDefaultJModule(moduleName, "jdk.jfr");
0 commit comments