On Fri, 30 Sep 2022 01:32:44 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:

> 8294406: Test runtime/handshake/HandshakeDirectTest.java failed: 
> JVMTI_ERROR_WRONG_PHASE

In this particular case the wrong phase that we are in can be only 
JVMTI_PHASE_DEAD. It can't be any phase before JVMTI_PHASE_LIVE because it 
happens when we execute a java code. The WRONG_PHASE error code has to be 
always expected by any tests that use JVM TI.

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

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

Reply via email to