RFR: 8264372: Threads::destroy_vm only ever returns true
Daniel D.Daugherty
dcubed at openjdk.java.net
Fri Apr 16 15:05:37 UTC 2021
On Fri, 16 Apr 2021 06:12:39 GMT, David Holmes <dholmes at openjdk.org> wrote:
> Trivial cleanup to remove the bool return from Threads::destroy_vm as it only ever returned true.
>
> Testing: tiers 1-3
>
> Thanks,
> David
Thumbs up!
`// Don't bother changing state any more, VM is gone.`
would be a better comment.
-------------
Marked as reviewed by dcubed (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/3535
More information about the hotspot-dev
mailing list