The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
src/hotspot/share/opto/node.hpp:
...
DEFINE_CLASS_ID(Halt, Node, 15)
DEFINE_CLASS_ID(Opaque1, Node, 16)
_max_classes = ClassMask_Halt
Opaque1 node class (introduced by JDK-8229495) is beyond _max_classes.
Comments
Tobias Hartmann and I decided not to backport this fix, as it is mainly a code clarity improvement that does not directly affect stability, security or performance.
16-10-2020
I think this should be backported to JDK 15.0.2 since it's a regression.