6980392: TEST_BUG: gc/6581734/Test6581734.java has typo
Summary: simple correction in testcase
Reviewed-by: mchung
--- a/hotspot/test/gc/6581734/Test6581734.java Wed Aug 25 14:39:55 2010 -0700
+++ b/hotspot/test/gc/6581734/Test6581734.java Fri Aug 27 16:57:04 2010 +0100
@@ -121,7 +121,7 @@
}
if (collectorsWithTime<collectorsFound) {
- throw new RuntimeException("collectors found with zero time";
+ throw new RuntimeException("collectors found with zero time");
}
System.out.println("Test passed.");
}