8333093: Incorrect comment in zAddress_aarch64.cpp

Reviewed-by: stefank
This commit is contained in:
Ashutosh Mehra 2024-05-28 15:02:50 +00:00
parent 4754f059f9
commit 51ae08f72b

View File

@ -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;