Review Request XXS: 7200145 runtime/7196045/Test7196045.java fails with No class provided for `main'
Kevin Walls
kevin.walls at oracle.com
Mon Sep 24 07:49:50 PDT 2012
Hi -
Just need a review of a mistake in the jtreg header of this test...
With this change the test does run using jtreg.
Many Thanks
Kevin
$ hg diff test/runtime/7196045/Test7196045.java
diff --git a/test/runtime/7196045/Test7196045.java
b/test/runtime/7196045/Test7196045.java
--- a/test/runtime/7196045/Test7196045.java
+++ b/test/runtime/7196045/Test7196045.java
@@ -26,7 +26,7 @@
* @test
* @bug 7196045
* @summary Possible JVM deadlock in ThreadTimesClosure when using
HotspotInternal non-public API.
- * @run main/othervm
+ * @run main/othervm Test7196045
*/
More information about the hotspot-runtime-dev
mailing list