Skip to content

Commit da512bf

Browse files
committed
8264050: Remove unused field VM_HeapWalkOperation::_collecting_heap_roots
Reviewed-by: coleenp, tschatzl
1 parent 6e3a158 commit da512bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hotspot/share/prims/jvmtiTagMap.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2376,7 +2376,6 @@ class VM_HeapWalkOperation: public VM_Operation {
23762376
Handle _initial_object;
23772377
GrowableArray<oop>* _visit_stack; // the visit stack
23782378

2379-
bool _collecting_heap_roots; // are we collecting roots
23802379
bool _following_object_refs; // are we following object references
23812380

23822381
bool _reporting_primitive_fields; // optional reporting

0 commit comments

Comments
 (0)