Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8264050: Remove unused field VM_HeapWalkOperation::_collecting_heap_r…
…oots

Reviewed-by: coleenp, tschatzl
  • Loading branch information
shipilev committed Mar 24, 2021
1 parent 6e3a158 commit da512bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hotspot/share/prims/jvmtiTagMap.cpp
Expand Up @@ -2376,7 +2376,6 @@ class VM_HeapWalkOperation: public VM_Operation {
Handle _initial_object;
GrowableArray<oop>* _visit_stack; // the visit stack

bool _collecting_heap_roots; // are we collecting roots
bool _following_object_refs; // are we following object references

bool _reporting_primitive_fields; // optional reporting
Expand Down

1 comment on commit da512bf

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.