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

SuspendResume1.java and SuspendResume2.java timeout after JDK-8319447

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 25
    • 25
    • hotspot
    • b23
    • generic
    • generic

      1. To reproduce with release build on linux-aarch64 server (Running Ubuntu 22.04.4 LTS):

      $ make test TEST="serviceability/jvmti/vthread/SuspendResume1/SuspendResume1.java" TEST_VM_OPTS="-XX:TieredStopAtLevel=1"
      $ make test TEST="serviceability/jvmti/vthread/SuspendResume2/SuspendResume2.java" TEST_VM_OPTS="-XX:TieredStopAtLevel=1"

      Test result: SuspendResume1.java#no-vmcontinuations passes, but SuspendResume1.java#default timeouts. SuspendResume2.java is similar.

      2. To reproduce with fastdebug build on linux-aarch64 server (Running Ubuntu 22.04.4 LTS):

      $ make test TEST="serviceability/jvmti/vthread/SuspendResume1/SuspendResume1.java"
      $ make test TEST="serviceability/jvmti/vthread/SuspendResume2/SuspendResume2.java"

      Test result: SuspendResume1.java#no-vmcontinuations passes, but SuspendResume1.java#default timeouts. SuspendResume2.java is similar.

      3. Same tests finish very quickly with either release or fastdebug build before JDK-8319447.

            sspitsyn Serguei Spitsyn
            fyang Fei Yang
            Votes:
            0 Vote for this issue
            Watchers:
            12 Start watching this issue

              Created:
              Updated:
              Resolved: