adlc-parser
authorOpenJDK Team <openjdk-17@packages.debian.org>
Wed, 20 Jul 2022 16:04:41 +0000 (17:04 +0100)
committerMatthias Klose <doko@ubuntu.com>
Wed, 20 Jul 2022 16:04:41 +0000 (17:04 +0100)
# DP: fixes an uninitialized memory issue in adlc

# DP: fixes an uninitialized memory issue in adlc

Gbp-Pq: Name adlc-parser.diff

src/hotspot/share/adlc/formsopt.cpp

index 6f1a5997511e2234fe213699627943515d5a9cd0..082302c82215a1de7d579b4f99f3eb5b1ce892df 100644 (file)
@@ -445,6 +445,7 @@ FrameForm::FrameForm() {
   _return_value = NULL;
   _c_return_value = NULL;
   _interpreter_frame_pointer_reg = NULL;
+  _cisc_spilling_operand_name = NULL;
 }
 
 FrameForm::~FrameForm() {