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

Leonid Mesnik lmesnik at openjdk.org
Tue Mar 25 18:06:12 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

The fix looks good.

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

Marked as reviewed by lmesnik (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/24219#pullrequestreview-2714716556


More information about the hotspot-dev mailing list