Skip to content

Commit

Permalink
Merge pull request eclipse-openj9#20816 from eclipse-openj9/revert-20…
Browse files Browse the repository at this point in the history
…804-isIndexableDataAddrPresent_BOOL

Revert "Downgrade isIndexableDataAddrPresent  to BOOLEAN"
  • Loading branch information
amicic authored Dec 11, 2024
2 parents 7dc238c + e838a66 commit e8707b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/oti/j9nonbuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -5516,7 +5516,7 @@ typedef struct J9VMThread {
UDATA contiguousIndexableHeaderSize;
UDATA discontiguousIndexableHeaderSize;
#if defined(J9VM_ENV_DATA64)
BOOLEAN isIndexableDataAddrPresent;
UDATA isIndexableDataAddrPresent;
BOOLEAN isVirtualLargeObjectHeapEnabled;
#endif /* defined(J9VM_ENV_DATA64) */
void* gpInfo;
Expand Down Expand Up @@ -6078,7 +6078,7 @@ typedef struct J9JavaVM {
UDATA contiguousIndexableHeaderSize;
UDATA discontiguousIndexableHeaderSize;
#if defined(J9VM_ENV_DATA64)
BOOLEAN isIndexableDataAddrPresent;
UDATA isIndexableDataAddrPresent;
BOOLEAN isVirtualLargeObjectHeapEnabled;
BOOLEAN isIndexableDualHeaderShapeEnabled;
#endif /* defined(J9VM_ENV_DATA64) */
Expand Down

0 comments on commit e8707b4

Please sign in to comment.