It seems, new test is not stable.
These are the failures:
test_local_integer: BEGIN
GetLocalInt: JVMTI error (0)
GetLocalInt got value from a local int as expected
GetLocalLong: JVMTI error (0)
FAIL: GetLocalLong failed to return JVMTI_ERROR_INVALID_SLOT for local int
GetLocalFloat: JVMTI error (0)
GetLocalFloat got value from a local int as expected
GetLocalDouble: JVMTI error (0)
FAIL: GetLocalDouble failed to return JVMTI_ERROR_INVALID_SLOT for local int
GetLocalObject: JVMTI error (34)
GetLocalObject returned JVMTI_ERROR_TYPE_MISMATCH for local double as expected
test_local_integer: END
test_local_invalid: BEGIN
GetLocalInt: JVMTI error (35)
GetLocalInt returned JVMTI_ERROR_INVALID_SLOT for local invalid as expected
GetLocalLong: JVMTI error (35)
GetLocalLong returned JVMTI_ERROR_INVALID_SLOT for local invalid as expected
GetLocalFloat: JVMTI error (35)
GetLocalFloat returned JVMTI_ERROR_INVALID_SLOT for local invalid as expected
GetLocalDouble: JVMTI error (35)
GetLocalDouble returned JVMTI_ERROR_INVALID_SLOT for local invalid as expected
GetLocalObject: JVMTI error (34)
FAIL: GetLocalObject failed to return JVMTI_ERROR_INVALID_SLOT for local invalid
test_local_invalid: END
These are the failures:
test_local_integer: BEGIN
GetLocalInt: JVMTI error (0)
GetLocalInt got value from a local int as expected
GetLocalLong: JVMTI error (0)
FAIL: GetLocalLong failed to return JVMTI_ERROR_INVALID_SLOT for local int
GetLocalFloat: JVMTI error (0)
GetLocalFloat got value from a local int as expected
GetLocalDouble: JVMTI error (0)
FAIL: GetLocalDouble failed to return JVMTI_ERROR_INVALID_SLOT for local int
GetLocalObject: JVMTI error (34)
GetLocalObject returned JVMTI_ERROR_TYPE_MISMATCH for local double as expected
test_local_integer: END
test_local_invalid: BEGIN
GetLocalInt: JVMTI error (35)
GetLocalInt returned JVMTI_ERROR_INVALID_SLOT for local invalid as expected
GetLocalLong: JVMTI error (35)
GetLocalLong returned JVMTI_ERROR_INVALID_SLOT for local invalid as expected
GetLocalFloat: JVMTI error (35)
GetLocalFloat returned JVMTI_ERROR_INVALID_SLOT for local invalid as expected
GetLocalDouble: JVMTI error (35)
GetLocalDouble returned JVMTI_ERROR_INVALID_SLOT for local invalid as expected
GetLocalObject: JVMTI error (34)
FAIL: GetLocalObject failed to return JVMTI_ERROR_INVALID_SLOT for local invalid
test_local_invalid: END
- relates to
-
JDK-8080406 VM_GetOrSetLocal doesn't check local slot type against requested type
-
- Resolved
-
-
JDK-8213814 build error in jtreg test jvmti/GetLocalVariable
-
- Closed
-