8303067: G1: Remove unimplemented G1FullGCScope::heap_transition

Reviewed-by: tschatzl
This commit is contained in:
Albert Mingkun Yang 2023-02-22 15:57:08 +00:00
parent 1a62a1229a
commit b0e0f37d73

View File

@ -73,7 +73,6 @@ public:
STWGCTimer* timer();
G1FullGCTracer* tracer();
G1HeapTransition* heap_transition();
size_t region_compaction_threshold() const;
};