RFR: 8366971: C2: Remove unused nop_list from PhaseOutput::init_buffer

Daniel Jeliński djelinski at openjdk.org
Fri Sep 5 13:37:41 UTC 2025


The nop list has never been used in the history of OpenJDK. Let's clean it up.

Tested with Mach5 tier 1-5, no related failures.

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

Commit messages:
 - Update copyright
 - Remove outdated comment
 - Remove nop list

Changes: https://git.openjdk.org/jdk/pull/27117/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=27117&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8366971
  Stats: 83 lines in 11 files changed: 1 ins; 77 del; 5 mod
  Patch: https://git.openjdk.org/jdk/pull/27117.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/27117/head:pull/27117

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


More information about the hotspot-compiler-dev mailing list