< prev index next >

test/jdk/com/sun/jdi/EATestsJVMCI.java

Print this page
rev 60137 : 8227745: Enable Escape Analysis for Better Performance in the Presence of JVMTI Agents
Reviewed-by: mdoerr, goetz
rev 60138 : 8227745: delta webrev.5 -> webrev.6

@@ -23,23 +23,22 @@
 
 /**
  * @test
  * @bug 8227745
  *
- * @summary This is another configuration of EATests.java to test graal. Some testcases are expected
- *          to fail, because graal does not provide all information about non-escaping objects in
+ * @summary This is another configuration of EATests.java to test Graal. Some testcases are expected
+ *          to fail, because Graal does not provide all information about non-escaping objects in
  *          scope. These are skipped.
  *
  * @author Richard Reingruber richard DOT reingruber AT sap DOT com
  *
  * @requires ((vm.compMode == "Xmixed") & vm.jvmci)
  *
  * @library /test/lib /test/hotspot/jtreg
  *
  * @run build TestScaffold VMConnection TargetListener TargetAdapter sun.hotspot.WhiteBox
  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
- *                                sun.hotspot.WhiteBox$WhiteBoxPermission
  * @run compile -g EATests.java
  *
  * @comment Test with Graal. Some testcases are expected to fail, because Graal does not provide all information about non-escaping
  *          objects in scope. These are skipped.
  * @run driver EATests
< prev index next >