Skip to content

Commit cf58364

Browse files
committed
Ensure that J9JITGPRSpillArea is available
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]>
1 parent d9103b2 commit cf58364

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debugtools/DDR_VM/src/com/ibm/j9ddr/AuxFieldInfo29.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ J9JITFrame.returnPC = required
214214
J9JITHashTable.buckets = required
215215
J9JITHashTable.end = required
216216
J9JITHashTable.start = required
217+
J9JITGPRSpillArea.unused = void*
217218
J9JITStackAtlas.internalPointerMap = required
218219
J9JITStackAtlas.localBaseOffset = required
219220
J9JITStackAtlas.numberOfMapBytes = required

0 commit comments

Comments
 (0)