[jdk17] RFR: 8268366 Incorrect calculation of has_fpu_registers in C1 linear scan [v2]

Dean Long dlong at openjdk.java.net
Mon Jun 14 19:25:56 UTC 2021


On Fri, 11 Jun 2021 20:54:26 GMT, Dean Long <dlong at openjdk.org> wrote:

>> If there is a mismatch between bytecode use of floating point and generated IR, has_fpu_registers can get an incorrect value and result in a crash or assert.  This PR adds a missing case for the computation of has_fpu_registers, restores an assert that was removed, adds a bailout for non-debug builds, and adds a test.
>
> Dean Long has updated the pull request incrementally with one additional commit since the last revision:
> 
>   suggested cleanup

Thanks Christian.

-------------

PR: https://git.openjdk.java.net/jdk17/pull/10


More information about the hotspot-compiler-dev mailing list