Integrated: 8310581: retry_class_loading_during_parsing() is not used
Daohan Qu
dqu at openjdk.org
Fri Jun 23 06:35:24 UTC 2023
On Thu, 22 Jun 2023 15:48:42 GMT, Daohan Qu <dqu at openjdk.org> wrote:
> The failure recording for `retry_class_loading_during_parsing()` is removed in [JDK-8222446](https://bugs.openjdk.org/browse/JDK-8222446). As it is never used to set failure reason in the current code base, this function and the code checking for it should be removed.
>
> Test `tier1-3` for release build on Linux x86-64 has done. The test failure is irrelevant to this patch (which is [JDK-8309214](https://bugs.openjdk.org/browse/JDK-8309214)).
This pull request has now been integrated.
Changeset: 47728931
Author: Daohan Qu <dqu at openjdk.org>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/47728931274ec7f58b06c463125ef40338aa4fba
Stats: 15 lines in 3 files changed: 0 ins; 10 del; 5 mod
8310581: retry_class_loading_during_parsing() is not used
Reviewed-by: kvn, thartmann
-------------
PR: https://git.openjdk.org/jdk/pull/14615
More information about the hotspot-compiler-dev
mailing list