File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 44
44
* @requires vm.hasJFR
45
45
* @library /test/lib
46
46
* @comment Test is being run in othervm to support JEP 493 enabled
47
- * JDKs which don't allow patched modules
47
+ * JDKs which don't allow patched modules. Note that jtreg patches
48
+ * module java.base to add java.lang.JTRegModuleHelper. If then a
49
+ * jlink run is attempted in-process - using the ToolProvider API -
50
+ * on a JEP 493 enabled JDK, the test fails.
48
51
* @run main/othervm jdk.jfr.jvm.TestModularImage
49
52
*/
50
53
public class TestModularImage {
Original file line number Diff line number Diff line change 27
27
* @summary Test source mode
28
28
* @modules jdk.compiler jdk.jlink
29
29
* @comment Test is being run in othervm to support JEP 493 enabled
30
- * JDKs which don't allow patched modules
30
+ * JDKs which don't allow patched modules. Note that jtreg patches
31
+ * module java.base to add java.lang.JTRegModuleHelper. If then a
32
+ * jlink run is attempted in-process - using the ToolProvider API -
33
+ * on a JEP 493 enabled JDK, the test fails.
31
34
* @run main/othervm SourceMode
32
35
*/
33
36
You can’t perform that action at this time.
0 commit comments