Skip to content

Commit

Permalink
Ensure that J9JITGPRSpillArea is available
Browse files Browse the repository at this point in the history
Declare a fictitious (and unused) field to simulate the existence of
that structure in system dumps from JVMs that predate its introduction.

Signed-off-by: Keith W. Campbell <[email protected]>
  • Loading branch information
keithc-ca committed Sep 3, 2024
1 parent d9103b2 commit cf58364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debugtools/DDR_VM/src/com/ibm/j9ddr/AuxFieldInfo29.dat
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ J9JITFrame.returnPC = required
J9JITHashTable.buckets = required
J9JITHashTable.end = required
J9JITHashTable.start = required
J9JITGPRSpillArea.unused = void*
J9JITStackAtlas.internalPointerMap = required
J9JITStackAtlas.localBaseOffset = required
J9JITStackAtlas.numberOfMapBytes = required
Expand Down

0 comments on commit cf58364

Please sign in to comment.