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

Test com/sun/jndi/dns/ConfigTests/Timeout.java fails with C1 mode by fastdebug binary

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • 24
    • 11, 17, 21, 23, 24
    • core-libs
    • None

      Test command:
      jtreg -va -nr -w tmp -Xcomp -XX:TieredStopAtLevel=1 -jdk:build/linux-x86_64-server-fastdebug-0729-8336999/images/jdk/ test/jdk/com/sun/jndi/dns/ConfigTests/Timeout.java

      Test log snippet:
      STDOUT:
      Skip local DNS Server creation
      Elapsed (ms): 11890
      Expected (ms): 7750
      STDERR:
      java.lang.RuntimeException: Failed: timeout in 11890 ms, expected7750ms
              at Timeout.handleException(Timeout.java:116)
              at TestBase.launch(TestBase.java:84)
              at TestBase.run(TestBase.java:50)
              at Timeout.main(Timeout.java:59)


      1. fastbug binary with -Xcomp -XX:TieredStopAtLevel=1, test timeouted, compile time 7.7s
      2. fastdebug binary with -Xmixed,test passed,compile time 0.4s
      3. release binary with -Xcomp -XX:TieredStopAtLevel=1, test passed,compile time 1.287 s

            syan Sendao Yan
            syan Sendao Yan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: