RFR: 8358035: Remove unused `compute_fingerprint` declaration in `ClassFileStream`

Ioi Lam iklam at openjdk.org
Fri May 30 17:03:52 UTC 2025


On Thu, 29 May 2025 08:09:14 GMT, Qizheng Xing <qxing at openjdk.org> wrote:

> In JDK-8264805 (part of JEP 410), the implementation of `compute_fingerprint` was removed from `ClassFileStream`, but its declaration was left in place, which was unused and should be removed. This patch removes that declaration.

LGTM

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

Marked as reviewed by iklam (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/25518#pullrequestreview-2881914653


More information about the hotspot-runtime-dev mailing list