< prev index next >

test/jdk/java/lang/reflect/callerCache/ReflectionCallerCacheTest.java

Print this page
*** 25,10 ***
--- 25,11 ---
   * @test
   * @bug 8202113
   * @summary Test the caller class loader is not kept strongly reachable
   *         by reflection API
   * @library /test/lib/
+  * @requires vm.compMode != "Xcomp"
   * @modules jdk.compiler
   * @build ReflectionCallerCacheTest Members jdk.test.lib.compiler.CompilerUtils
   * @run testng/othervm ReflectionCallerCacheTest
   */
  
< prev index next >