File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -2336,16 +2336,6 @@ void G1CollectedHeap::start_new_collection_set() {
2336
2336
_cm->verify_no_collection_set_oops ();
2337
2337
}
2338
2338
2339
- G1HeapVerifier::G1VerifyType G1CollectedHeap::young_collection_verify_type () const {
2340
- if (collector_state ()->in_concurrent_start_gc ()) {
2341
- return G1HeapVerifier::G1VerifyConcurrentStart;
2342
- } else if (collector_state ()->in_young_only_phase ()) {
2343
- return G1HeapVerifier::G1VerifyYoungNormal;
2344
- } else {
2345
- return G1HeapVerifier::G1VerifyMixed;
2346
- }
2347
- }
2348
-
2349
2339
void G1CollectedHeap::verify_before_young_collection (G1HeapVerifier::G1VerifyType type) {
2350
2340
if (!VerifyBeforeGC) {
2351
2341
return ;
Original file line number Diff line number Diff line change @@ -752,7 +752,6 @@ class G1CollectedHeap : public CollectedHeap {
752
752
// of the incremental collection pause, executed by the vm thread.
753
753
void do_collection_pause_at_safepoint_helper ();
754
754
755
- G1HeapVerifier::G1VerifyType young_collection_verify_type () const ;
756
755
void verify_before_young_collection (G1HeapVerifier::G1VerifyType type);
757
756
void verify_after_young_collection (G1HeapVerifier::G1VerifyType type);
758
757
You can’t perform that action at this time.
0 commit comments