hotspot/test/gc/g1/TestGCLogMessages.java
changeset 33204 b8a3901ac5b3
parent 30604 b8d532cb6420
child 33577 d6c1611973dc
--- a/hotspot/test/gc/g1/TestGCLogMessages.java	Tue Oct 13 08:37:44 2015 +0200
+++ b/hotspot/test/gc/g1/TestGCLogMessages.java	Tue Oct 13 14:49:13 2015 +0200
@@ -23,7 +23,7 @@
 
 /*
  * @test TestGCLogMessages
- * @bug 8035406 8027295 8035398 8019342 8027959 8048179 8027962
+ * @bug 8035406 8027295 8035398 8019342 8027959 8048179 8027962 8069330
  * @summary Ensure that the PrintGCDetails output for a minor GC with G1
  * includes the expected necessary messages.
  * @key gc
@@ -55,6 +55,8 @@
     };
 
     private LogMessageWithLevel allLogMessages[] = new LogMessageWithLevel[] {
+        // Update RS
+        new LogMessageWithLevel("Scan HCC (ms)", Level.FINER),
         // Ext Root Scan
         new LogMessageWithLevel("Thread Roots (ms)", Level.FINEST),
         new LogMessageWithLevel("StringTable Roots (ms)", Level.FINEST),