mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8156851: Compilation error compiling XpatchDupModule.java and XpatchDupJavaBase.java
Test needs @modules java.base/jdk.internal.misc Reviewed-by: jwilhelm, drwhite
This commit is contained in:
parent
c4a1f3b65e
commit
24fae49324
2 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
/*
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @summary VM exit initialization results if java.base is specificed more than once to Xpatch.
|
* @summary VM exit initialization results if java.base is specificed more than once to Xpatch.
|
||||||
|
* @modules java.base/jdk.internal.misc
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
/*
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @summary Module system initialization exception results if a module is specificed twice to Xpatch.
|
* @summary Module system initialization exception results if a module is specificed twice to Xpatch.
|
||||||
|
* @modules java.base/jdk.internal.misc
|
||||||
* @library /testlibrary
|
* @library /testlibrary
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue