Following the removal of support for the x86 32-bit architecture and the changes implemented in JDK-8351149, the C1 ConversionStub constructor (c1_CodeStubs.hpp:139) is now obsolete. This constructor is no longer used, with its body containing just a ShouldNotReachHere().
This dead code can be safely removed now.
This dead code can be safely removed now.
- caused by
-
JDK-8351149 Remove dead IA32/X32/!AMD64 code blocks after 32-bit x86 removal
-
- Resolved
-