File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5516,7 +5516,7 @@ typedef struct J9VMThread {
5516
5516
UDATA contiguousIndexableHeaderSize ;
5517
5517
UDATA discontiguousIndexableHeaderSize ;
5518
5518
#if defined(J9VM_ENV_DATA64 )
5519
- UDATA isIndexableDataAddrPresent ;
5519
+ BOOLEAN isIndexableDataAddrPresent ;
5520
5520
BOOLEAN isVirtualLargeObjectHeapEnabled ;
5521
5521
#endif /* defined(J9VM_ENV_DATA64) */
5522
5522
void * gpInfo ;
@@ -6078,7 +6078,7 @@ typedef struct J9JavaVM {
6078
6078
UDATA contiguousIndexableHeaderSize ;
6079
6079
UDATA discontiguousIndexableHeaderSize ;
6080
6080
#if defined(J9VM_ENV_DATA64 )
6081
- UDATA isIndexableDataAddrPresent ;
6081
+ BOOLEAN isIndexableDataAddrPresent ;
6082
6082
BOOLEAN isVirtualLargeObjectHeapEnabled ;
6083
6083
BOOLEAN isIndexableDualHeaderShapeEnabled ;
6084
6084
#endif /* defined(J9VM_ENV_DATA64) */
You can’t perform that action at this time.
0 commit comments