8208364: java/lang/reflect/callerCache/ReflectionCallerCacheTest.java missing module dependencies declaration

Reviewed-by: mchung
This commit is contained in:
Alexandre Iline 2018-08-06 15:35:44 -07:00
parent 70b706c224
commit 013e6fd595

View File

@ -25,8 +25,9 @@
* @test
* @bug 8202113
* @summary Test the caller class loader is not kept strongly reachable
* by reflection API
* by reflection API
* @library /test/lib/
* @modules jdk.compiler
* @build ReflectionCallerCacheTest Members jdk.test.lib.compiler.CompilerUtils
* @run testng/othervm ReflectionCallerCacheTest
*/