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:
Joseph Provino 2016-05-12 11:54:03 -04:00
parent c4a1f3b65e
commit 24fae49324
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
/*
* @test
* @summary VM exit initialization results if java.base is specificed more than once to Xpatch.
* @modules java.base/jdk.internal.misc
* @library /testlibrary
*/

View File

@ -24,6 +24,7 @@
/*
* @test
* @summary Module system initialization exception results if a module is specificed twice to Xpatch.
* @modules java.base/jdk.internal.misc
* @library /testlibrary
*/