src/hotspot/share/gc/g1/heapRegionRemSet.cpp
changeset 49672 f1d2b6c0693b
parent 49632 64f9ebc85e67
child 49806 2d62570a615c
--- a/src/hotspot/share/gc/g1/heapRegionRemSet.cpp	Wed Apr 04 12:06:31 2018 +0200
+++ b/src/hotspot/share/gc/g1/heapRegionRemSet.cpp	Wed Apr 04 14:51:26 2018 +0200
@@ -40,6 +40,7 @@
 #include "utilities/growableArray.hpp"
 
 const char* HeapRegionRemSet::_state_strings[] =  {"Untracked", "Updating", "Complete"};
+const char* HeapRegionRemSet::_short_state_strings[] =  {"UNTRA", "UPDAT", "CMPLT"};
 
 class PerRegionTable: public CHeapObj<mtGC> {
   friend class OtherRegionsTable;