-
Bug
-
Resolution: Not an Issue
-
P2
-
None
-
21
With the given options, SetLocalXXX JVMTI API fails:
1. SetLocalFloat - Fails with JVMTI_ERROR_TYPE_MISMATCH
2. SetLocalInt - Fails with JVMTI_ERROR_TYPE_MISMATCH
3. SetLocalLong - Fails with JVMTI_ERROR_INVALID_SLOT
4. SetLocalObject - Fails with JVMTI_ERROR_INVALID_SLOT
5. SetLocalDouble - Fails with JVMTI_ERROR_INVALID_SLOT
When invoked on a suspended virtual thread expected result:
JVMTI_ERROR_NONE or JVMTI_ERROR_OPAQUE_FRAME
1. SetLocalFloat - Fails with JVMTI_ERROR_TYPE_MISMATCH
2. SetLocalInt - Fails with JVMTI_ERROR_TYPE_MISMATCH
3. SetLocalLong - Fails with JVMTI_ERROR_INVALID_SLOT
4. SetLocalObject - Fails with JVMTI_ERROR_INVALID_SLOT
5. SetLocalDouble - Fails with JVMTI_ERROR_INVALID_SLOT
When invoked on a suspended virtual thread expected result:
JVMTI_ERROR_NONE or JVMTI_ERROR_OPAQUE_FRAME
- relates to
-
JDK-8300575 JVMTI support when using alternative virtual thread implementation
-
- Resolved
-