RFR: 8354231: x86: Purge FPU support from (Macro)Assembler after 32-bit x86 removal [v2]

Aleksey Shipilev shade at openjdk.org
Fri Apr 11 08:04:52 UTC 2025


> There are lots of cleanups possible in (Macro)Assembler after 32-bit x86 removal. This cleanup is focused on removing the large parts of x87 FPU support that are no longer needed. Note that _some_ math stubs are actually using x87 FPU in a very limited manner, but the implementations use separate definitions (under `LP64`). Those are left alone, and we clean up x86_32 code here.
> 
> Additional testing:
>  - [x] Linux x86_64 server fastdebug, `all`

Aleksey Shipilev has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains two commits:

 - Merge branch 'master' into JDK-8354231-x86-assemblers-fpu
 - Fix

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

Changes: https://git.openjdk.org/jdk/pull/24558/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24558&range=01
  Stats: 819 lines in 7 files changed: 0 ins; 817 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/24558.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24558/head:pull/24558

PR: https://git.openjdk.org/jdk/pull/24558


More information about the hotspot-dev mailing list