RFR: 8358035: Remove unused `compute_fingerprint` declaration in `ClassFileStream`
Qizheng Xing
qxing at openjdk.org
Tue Jun 3 01:37:54 UTC 2025
On Thu, 29 May 2025 18:54:09 GMT, Calvin Cheung <ccheung 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.
>
> Looks good.
@calvinccheung @iklam Thank you for the review!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25518#issuecomment-2933066645
More information about the hotspot-runtime-dev
mailing list