share/asm/register.hpp contains definitions for several macros that are either unused, or nearly unused and easily made unused. Remove them to reduce clutter.
AS_REGISTER is unused.
REGISTER_DECLARATION is unused.
CONSTANT_REGISTER_DECLARATION is only used by zero for its noreg definition, which is then immediately shadowed with a macro!
AS_REGISTER is unused.
REGISTER_DECLARATION is unused.
CONSTANT_REGISTER_DECLARATION is only used by zero for its noreg definition, which is then immediately shadowed with a macro!
- links to
-
Review(master)
openjdk/jdk/29685