JDK-8343167 : Unnecessary define checks in InterpreterRuntime after JDK-8199809
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 17,21,23,24
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-10-28
  • Updated: 2024-11-11
  • Resolved: 2024-11-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 24
24 b23Fixed
Related Reports
Relates :  
Description
JDK-8199809 left a few unnecessary things in InterpreterRuntime::SignatureHandlerGenerator::SignatureHandlerGenerator:

In interpreterRT_x86_64.cpp: no need for AMD64 checks.
In interpreterRT_x86_32.cpp: no need for AMD64 and WIN64 checks.
Comments
Changeset: b74652b5 Branch: master Author: Aleksey Shipilev <shade@openjdk.org> Date: 2024-11-04 14:37:10 +0000 URL: https://git.openjdk.org/jdk/commit/b74652b5f4424419b36888514730ac7550f42a6b
04-11-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/21747 Date: 2024-10-28 19:36:42 +0000
28-10-2024