From 3967696386ecc706927f05dfae0841b3f23e319d Mon Sep 17 00:00:00 2001 From: Severin Gehwolf Date: Tue, 14 Jan 2025 09:18:27 +0000 Subject: [PATCH] 8347496: Test jdk/jfr/jvm/TestModularImage.java fails after JDK-8347124: No javac Reviewed-by: egahlin, dholmes --- test/jdk/jdk/jfr/jvm/TestModularImage.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/jdk/jdk/jfr/jvm/TestModularImage.java b/test/jdk/jdk/jfr/jvm/TestModularImage.java index 7a019365178..9643324afd8 100644 --- a/test/jdk/jdk/jfr/jvm/TestModularImage.java +++ b/test/jdk/jdk/jfr/jvm/TestModularImage.java @@ -43,6 +43,7 @@ import jdk.test.lib.process.ProcessTools; * as expected * @requires vm.hasJFR * @library /test/lib + * @modules jdk.compiler jdk.jlink * @comment Test is being run in othervm to support JEP 493 enabled * JDKs which don't allow patched modules. Note that jtreg patches * module java.base to add java.lang.JTRegModuleHelper. If then a