Skip to content

Commit 95962f1

Browse files
committedJun 3, 2022
8287537: 8u JDK-8284620 backport broke AArch64 build
Reviewed-by: andrew
1 parent e3b9a06 commit 95962f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎hotspot/src/share/vm/asm/codeBuffer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ CodeBuffer::~CodeBuffer() {
129129
// addresses constructed before expansions will not be confused.
130130
cb->free_blob();
131131
// free any overflow storage
132-
delete _overflow_arena;
132+
delete cb->_overflow_arena;
133133
}
134134

135135

0 commit comments

Comments
 (0)
Please sign in to comment.