RFR: 8322779: C1: Remove the unused counter 'totalInstructionNodes'

Denghui Dong ddong at openjdk.org
Fri Dec 29 14:48:07 UTC 2023


Hi,

Could I have a review of this small cleanup patch that removes the unused counter 'totalInstructionNodes'.  JDK-8058968 refactored the Compiler time traces and deleted the only place that read the counter.

Thanks

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

Commit messages:
 - 8322779: C1: Remove the unused counter 'totalInstructionNodes'

Changes: https://git.openjdk.org/jdk/pull/17204/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17204&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8322779
  Stats: 2 lines in 1 file changed: 0 ins; 2 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/17204.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17204/head:pull/17204

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


More information about the hotspot-compiler-dev mailing list