Withdrawn: JDK-8261873: Do not start a deleted thread in jfrRecorderThread.cpp start_thread

Matthias Baesken mbaesken at openjdk.java.net
Wed Feb 17 13:20:52 UTC 2021


On Wed, 17 Feb 2021 08:26:02 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> In jfrRecorderThread.cpp start_thread there is a code path where potentially
> Thread::start is called on a deleted thread, this should be avoided.
> 
> See also the related Sonar finding :
> 
> https://sonarcloud.io/project/issues?id=shipilev_jdk&languages=cpp&open=AXck7_QbBBG2CXpcnIyR&resolved=false&severities=BLOCKER&types=BUG

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.java.net/jdk/pull/2603


More information about the hotspot-jfr-dev mailing list