RFR: 8283627: Outdated comment in MachineDescriptionTwosComplement.isLP64
Chris Plummer
cjplummer at openjdk.org
Sat Aug 27 22:28:10 UTC 2022
On Mon, 22 Aug 2022 15:06:31 GMT, Daniel Skantz <duke at openjdk.org> wrote:
> Update MachineDescriptionTwosComplement.java comment to indicate that LP64 machines are no longer uncommon.
How about this one in MachineDescription.java:
/** Indicates whether the underlying machine supports the LP64 data
model (currently only SPARC/64). */
public boolean isLP64();
The comment is wrong regarding SPARC/64 (which we don't event support anymore).
-------------
Changes requested by cjplummer (Reviewer).
PR: https://git.openjdk.org/jdk/pull/9967
More information about the serviceability-dev
mailing list