Integrated: 8264051: Remove unused TRAPS parameters from runtime functions
Coleen Phillimore
coleenp at openjdk.java.net
Wed Mar 24 12:22:41 UTC 2021
On Tue, 23 Mar 2021 16:40:44 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> This change removes the TRAPS parameter from compute_modifier_flags(), lookup_instance_method_in_klasses and nest_host_error.
>
> There's a progressive effort to remove cases where the last parameter of a function is THREAD, and it's unclear why it is ignoring an exception or whether an exception is expected, if it doesn't subsequently have a check for HAS_PENDING_EXCEPTION.
>
> Tested locally with tier1 tests and tier1 tests on 4 Oracle platforms in progress.
This pull request has now been integrated.
Changeset: bc91596c
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/bc91596c
Stats: 52 lines in 16 files changed: 0 ins; 17 del; 35 mod
8264051: Remove unused TRAPS parameters from runtime functions
Reviewed-by: iklam, dholmes
-------------
PR: https://git.openjdk.java.net/jdk/pull/3157
More information about the serviceability-dev
mailing list