Skip to content

Commit

Permalink
8333093: Incorrect comment in zAddress_aarch64.cpp
Browse files Browse the repository at this point in the history
Reviewed-by: stefank
Backport-of: 51ae08f72b879bc611177ea643cd88e36185d9e8
  • Loading branch information
Ashutosh Mehra authored and TheRealMDoerr committed May 29, 2024
1 parent fb7713d commit aa66422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/aarch64/gc/z/zAddress_aarch64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

// Default value if probing is not implemented for a certain platform
// Max address bit is restricted by implicit assumptions in the code, for instance
// the bit layout of XForwardingEntry or Partial array entry (see XMarkStackEntry) in mark stack
// the bit layout of ZForwardingEntry or Partial array entry (see ZMarkStackEntry) in mark stack
static const size_t DEFAULT_MAX_ADDRESS_BIT = 46;
// Minimum value returned, if probing fail
static const size_t MINIMUM_MAX_ADDRESS_BIT = 36;
Expand Down

1 comment on commit aa66422

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.