RFR: 8343800: Cleanup definition of NULL_WORD
David Holmes
dholmes at openjdk.org
Mon Dec 2 12:02:40 UTC 2024
On Sun, 1 Dec 2024 07:54:49 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> Please review this change to how NULL_WORD is defined. Instead of being a
> macro whose definition is in compiler-specific files with a conditionally
> defined expansion, it is now a simple integral constant with a single shared
> definition.
>
> Testing: mach5 tier 1-5, GHA sanity tests.
Marked as reviewed by dholmes (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/22468#pullrequestreview-2472506619
More information about the hotspot-dev
mailing list