RFR: 8369734: JvmtiExport::post_class_file_load_hook return value is never used [v2]

Serguei Spitsyn sspitsyn at openjdk.org
Wed Oct 15 09:27:41 UTC 2025


On Wed, 15 Oct 2025 08:57:56 GMT, Francesco Andreuzzi <fandreuzzi at openjdk.org> wrote:

>> The return value of `JvmtiExport::post_class_file_load_hook` is never used, so we can remove the related dead code.
>> 
>> Passes tier1 and tier2 (fastdebug).
>
> Francesco Andreuzzi has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:
> 
>  - remove dead code
>  - revert
>  - Merge branch 'master' into JDK-8369734
>  - use

Thank you for taking care about this and update!
Looks good.

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

Marked as reviewed by sspitsyn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/27777#pullrequestreview-3339340217


More information about the serviceability-dev mailing list