Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8213525

new unit test GetLocalVariable/LocalVars is not stable

XMLWordPrintable

    • b20

      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

            sspitsyn Serguei Spitsyn
            sspitsyn Serguei Spitsyn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: