RFR: JDK-8314056 Remove runtime platform check from frem/drem

Scott Gibbons sgibbons at openjdk.org
Wed Aug 9 17:11:58 UTC 2023


Remove platform check and move code to stubGenerator.  This fix increases performance by ~4.5%.

Tested tier1.

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

Commit messages:
 - Fix register sage; compare against ah.
 - Windows changes
 - Accelerate fmod/dmod by reducing pathlength.

Changes: https://git.openjdk.org/jdk/pull/15210/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15210&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8314056
  Stats: 146 lines in 6 files changed: 56 ins; 73 del; 17 mod
  Patch: https://git.openjdk.org/jdk/pull/15210.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15210/head:pull/15210

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


More information about the hotspot-dev mailing list