Skip to content

Commit 18d605f

Browse files
committed
8354629: Test tools/jlink/ClassFileInMetaInfo.java fails on builds with configure option --enable-linkable-runtime
Reviewed-by: alanb
1 parent 9a5c7b3 commit 18d605f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jdk/tools/jlink/ClassFileInMetaInfo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @modules java.base/jdk.internal.module
3030
* jdk.jlink
3131
* jdk.jartool
32-
* @run junit ClassFileInMetaInfo
32+
* @run junit/othervm ClassFileInMetaInfo
3333
*/
3434

3535
import java.lang.module.ModuleDescriptor;
@@ -117,4 +117,4 @@ private void test(String modulePath) throws Exception {
117117
.shouldContain("contains p")
118118
.shouldNotContain("META-INF");
119119
}
120-
}
120+
}

0 commit comments

Comments
 (0)