< prev index next >
src/hotspot/share/gc/g1/g1HeapVerifier.hpp
Print this page
rev 50631 : [mq]: 8204084-gtest-fixes
@@ -40,12 +40,12 @@
void verify_region_sets();
public:
enum G1VerifyType {
- G1VerifyYoungOnly = 1, // -XX:VerifyGCType=young-only
- G1VerifyInitialMark = 2, // -XX:VerifyGCType=initial-mark
+ G1VerifyYoungNormal = 1, // -XX:VerifyGCType=young-normal
+ G1VerifyConcurrentStart = 2, // -XX:VerifyGCType=concurrent-start
G1VerifyMixed = 4, // -XX:VerifyGCType=mixed
G1VerifyRemark = 8, // -XX:VerifyGCType=remark
G1VerifyCleanup = 16, // -XX:VerifyGCType=cleanup
G1VerifyFull = 32, // -XX:VerifyGCType=full
G1VerifyAll = -1
< prev index next >