Skip to content

Commit 2861ecf

Browse files
committed
Align member variable in ZPageAllocation
1 parent ab2291a commit 2861ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/gc/z/zPageAllocator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class ZPageAllocation : public StackObj {
126126
size_t _harvested;
127127
size_t _committed;
128128
int _numa_id;
129-
ZArray<ZMemoryRange> _claimed_mappings;
129+
ZArray<ZMemoryRange> _claimed_mappings;
130130
ZListNode<ZPageAllocation> _node;
131131
ZFuture<bool> _stall_result;
132132

0 commit comments

Comments
 (0)