Skip to content

Commit

Permalink
Not this
Browse files Browse the repository at this point in the history
  • Loading branch information
jdksjolen committed Feb 12, 2025
1 parent d2636d6 commit 97e4442
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hotspot/share/nmt/memBaseline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ class MallocAllocationSiteWalker : public MallocSiteWalker {
// Walk all virtual memory regions for baselining
class VirtualMemoryAllocationWalker : public VirtualMemoryWalker {
private:
GrowableArray<ReservedMemoryRegion> _virtual_memory_regions_a;
typedef LinkedListImpl<ReservedMemoryRegion, AnyObj::C_HEAP, mtNMT,
AllocFailStrategy::RETURN_NULL> EntryList;
EntryList _virtual_memory_regions;
Expand Down

0 comments on commit 97e4442

Please sign in to comment.