Skip to content

Commit 10564ae

Browse files
Merge pull request eclipse-openj9#20804 from amicic/isIndexableDataAddrPresent_BOOL
Downgrade isIndexableDataAddrPresent to BOOLEAN
2 parents 771463d + c35affc commit 10564ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/oti/j9nonbuilder.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5516,7 +5516,7 @@ typedef struct J9VMThread {
55165516
UDATA contiguousIndexableHeaderSize;
55175517
UDATA discontiguousIndexableHeaderSize;
55185518
#if defined(J9VM_ENV_DATA64)
5519-
UDATA isIndexableDataAddrPresent;
5519+
BOOLEAN isIndexableDataAddrPresent;
55205520
BOOLEAN isVirtualLargeObjectHeapEnabled;
55215521
#endif /* defined(J9VM_ENV_DATA64) */
55225522
void* gpInfo;
@@ -6078,7 +6078,7 @@ typedef struct J9JavaVM {
60786078
UDATA contiguousIndexableHeaderSize;
60796079
UDATA discontiguousIndexableHeaderSize;
60806080
#if defined(J9VM_ENV_DATA64)
6081-
UDATA isIndexableDataAddrPresent;
6081+
BOOLEAN isIndexableDataAddrPresent;
60826082
BOOLEAN isVirtualLargeObjectHeapEnabled;
60836083
BOOLEAN isIndexableDualHeaderShapeEnabled;
60846084
#endif /* defined(J9VM_ENV_DATA64) */

0 commit comments

Comments
 (0)