Integrated: 8352812: remove useless class and function parameter in SuspendThread impl

Serguei Spitsyn sspitsyn at openjdk.org
Wed Mar 26 19:48:20 UTC 2025


On Tue, 25 Mar 2025 08:53:48 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:

> The internal class JvmtiSuspendControl is transitively used in the SuspendThread implementation is not really needed and is being removed. Also, the suspend_thread function has unused need_safepoint_p parameter which is being removed as well.
> 
> Testing:
>  - TBD: Run mach5 tiers 1-3 to be safe

This pull request has now been integrated.

Changeset: 441bd126
Author:    Serguei Spitsyn <sspitsyn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/441bd1265650dc865897d5cb6a673edb89dd5cee
Stats:     68 lines in 5 files changed: 0 ins; 58 del; 10 mod

8352812: remove useless class and function parameter in SuspendThread impl

Reviewed-by: lmesnik, cjplummer

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

PR: https://git.openjdk.org/jdk/pull/24219


More information about the hotspot-dev mailing list