On Mon, 22 Aug 2022 15:06:31 GMT, Daniel Skantz <d...@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