RFR: 8266530: HotSpot changes for JEP 306 [v5]

Joe Darcy darcy at openjdk.java.net
Fri May 14 04:45:12 UTC 2021


On Thu, 13 May 2021 01:41:52 GMT, David Holmes <dholmes at openjdk.org> wrote:

> 
> 
> Sub-task "JDK-8266950: Remove vestigial support for non-strict floating-point execution" is being used to change the hotspot code so that `is_strict` is replaced by true and the resulting code modified accordingly. This PR will focus only on the handling of the ACC_STRICT flag during classfile parsing.

Prior state of this PR restored. This PR only updates the policy around the VM's handling of ACC_STRICT and adds corresponding tests. David's PR for 8266950 covers the refactoring and cleanup inside the HotSpot code from only having support for a single floating-point mode.

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

PR: https://git.openjdk.java.net/jdk/pull/3891


More information about the hotspot-runtime-dev mailing list