changeset 6426 | cf377b51c52b |
parent 6245 | c37d2cf6de1a |
child 27692 | 11c231c781dc |
--- 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."); }