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

Serguei Spitsyn sspitsyn at openjdk.org
Mon Oct 3 20:40:18 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

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


More information about the serviceability-dev mailing list