Skip to content

Commit 90641a6

Browse files
committed
8336095: Use-after-free in Superword leads to memory corruption
Reviewed-by: epeter, kvn, rrich
1 parent 2fbdbac commit 90641a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hotspot/share/opto/loopnode.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@ class IdealLoopTree : public ResourceObj {
611611
_head(head), _tail(tail),
612612
_phase(phase),
613613
_local_loop_unroll_limit(0), _local_loop_unroll_factor(0),
614+
_body(Compile::current()->comp_arena()),
614615
_nest(0), _irreducible(0), _has_call(0), _has_sfpt(0), _rce_candidate(0),
615616
_has_range_checks(0), _has_range_checks_computed(0),
616617
_safepts(nullptr),

0 commit comments

Comments
 (0)