RFR: 8294406: Test runtime/handshake/HandshakeDirectTest.java failed: JVMTI_ERROR_WRONG_PHASE
Robbin Ehn
rehn at openjdk.org
Fri Sep 30 13:09:30 UTC 2022
On Fri, 30 Sep 2022 01:32:44 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
> 8294406: Test runtime/handshake/HandshakeDirectTest.java failed: JVMTI_ERROR_WRONG_PHASE
The reason for it to be a daemon is that this thread should try to suspend/resume when we are terminating, thus trying to hit those rare exit parts where we do thread exits with a pending suspend.
-------------
PR: https://git.openjdk.org/jdk/pull/10502
More information about the serviceability-dev
mailing list