Incorrect synchronization in nsk/jvmti/RedefineClasses when expected events are not received

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 26
    • Affects Version/s: 26
    • Component/s: hotspot
    • None
    • b23

      These tests nsk/jvmti/RedefineClasses
      redefclass028.cpp
      redefclass029.cpp
      redefclass030.cpp
      try to provoke compilation and exit if CompileMethodLoad event are not received
      with `exit(95 + PASS)`

      Before exit they also try to resume java using
      `nsk_jvmti_resumeSync();`
      However, the java is not suspended this resume is failing. The failure is silently ignored now but going to fail after
      https://bugs.openjdk.org/browse/JDK-8352654
      is fixed.

            Assignee:
            Leonid Mesnik
            Reporter:
            Leonid Mesnik
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: