JDK-8353276 : C2: simplify PhaseMacroExpand::opt_bits_test
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 25
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2025-03-31
  • Updated: 2025-08-28
  • Resolved: 2025-07-16
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 26
26 b07Fixed
Related Reports
Relates :  
Description
After the removal of biased locking in JDK-8256425, the last three parameters of PhaseMacroExpand::opt_bits_test (int mask, int bits, bool return_fast_path) are unnecessary and could be removed.
Comments
Changeset: 9f7dc19f Branch: master Author: Saranya Natarajan <snatarajan@openjdk.org> Committer: Christian Hagedorn <chagedorn@openjdk.org> Date: 2025-07-16 07:48:21 +0000 URL: https://git.openjdk.org/jdk/commit/9f7dc19ffded4608dd2c1ef1e4eacfa0d0a199ea
16-07-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/26276 Date: 2025-07-11 21:53:35 +0000
11-07-2025