jdk.vm.ci.hotspot.sparc.SPARCHotSpotRegisterConfig lists the register saved by the register window as callee-save. This can cause the compiler to emit wrong code if it uses this information to emit code to save callee-save registers.
A simple fix is already ready.
A simple fix is already ready.