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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • 26
    • 26
    • hotspot
    • None

      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.

            lmesnik Leonid Mesnik
            lmesnik Leonid Mesnik
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: