8304804: Remove develop flag G1VerifyCTCleanup
Reviewed-by: ayang, kbarrett
This commit is contained in:
parent
4acf20df7b
commit
10fa7d1f9b
src/hotspot/share/gc/g1
@ -608,7 +608,7 @@ public:
|
||||
};
|
||||
|
||||
void G1HeapVerifier::verify_card_table_cleanup() {
|
||||
if (G1VerifyCTCleanup || VerifyAfterGC) {
|
||||
if (VerifyAfterGC) {
|
||||
G1VerifyCardTableCleanup cleanup_verifier(this);
|
||||
_g1h->heap_region_iterate(&cleanup_verifier);
|
||||
}
|
||||
|
@ -233,9 +233,6 @@
|
||||
"Will be set ergonomically by default.") \
|
||||
range(0, (max_jint-1)/wordSize) \
|
||||
\
|
||||
develop(bool, G1VerifyCTCleanup, false, \
|
||||
"Verify card table cleanup.") \
|
||||
\
|
||||
product(uintx, G1MaxNewSizePercent, 60, EXPERIMENTAL, \
|
||||
"Percentage (0-100) of the heap size to use as default " \
|
||||
" maximum young gen size.") \
|
||||
|
Loading…
x
Reference in New Issue
Block a user