JDK 20 |
---|
20 masterFixed |
Relates :
|
|
Relates :
|
VM crashes with SIGSEGV during initialization in C2Compiler::init_c2_runtime() while trying to write into an array with negative index: "OptoReg::vm2opto[r->value()] = i;" (c2compiler.cpp:70). "r" is a nullptr and the new implementation of "r->value()" yields a negative value. (Calling nullptr->value() is undefined behavior!) Note: Vector registers are OptoRegs but don't have a VMReg representation on PPC64.
|