-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 11, 17, 21, 25
-
Component/s: hotspot
-
b24
-
generic
-
generic
C2 IR nodes should keep this invariant
this->size_of() == sizeof(*this)
I wrote a test to check every nodes defined in opto/classes.hpp . And I found some of them miss size_of() function and break the invariant.
this->size_of() == sizeof(*this)
I wrote a test to check every nodes defined in opto/classes.hpp . And I found some of them miss size_of() function and break the invariant.
- links to
-
Commit(master)
openjdk/jdk/9927ec0b
-
Review(master)
openjdk/jdk21u-dev/1814
-
Review(master)
openjdk/jdk21u/462
-
Review(master)
openjdk/jdk/25081