Integrated: 8358035: Remove unused `compute_fingerprint` declaration in `ClassFileStream`
Qizheng Xing
qxing at openjdk.org
Tue Jun 3 03:13:56 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.
This pull request has now been integrated.
Changeset: c96803dc
Author: Qizheng Xing <qxing at openjdk.org>
Committer: Ioi Lam <iklam at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/c96803dc8b480427bca5b1c6b8c4e8693bc90b92
Stats: 3 lines in 2 files changed: 0 ins; 3 del; 0 mod
8358035: Remove unused `compute_fingerprint` declaration in `ClassFileStream`
Reviewed-by: ccheung, iklam
-------------
PR: https://git.openjdk.org/jdk/pull/25518
More information about the hotspot-runtime-dev
mailing list