Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8292259 integrate batch of test adjustments from stress testing
  3. JDK-8292261

adjust timeouts in JLI GetObjectSizeIntrinsicsTest.java

XMLWordPrintable

        A couple of sub-tests in the following test were timing out in my
        stress testing runs thru much of the JDK19 stress testing cycle:

        java/lang/instrument/GetObjectSizeIntrinsicsTest.java

        Here's my notes:

        Update: I had to correct my notes for these timeouts. It turns out
        that "-Xmx8g -Xbatch config" is not specific enough since there
        are two different test configs with those options. I've gone back
        and checked the logs and verified that the complete note should
        be: "-Xmx8g -Xbatch -XX:TieredStopAtLevel=1 config"

        # jdk-19+14_1_macosx-aarch64 - observed in jdk-19+14 testing on 2022.03.17 on
        # macosx-aarch64 in slowdebug config:
        # - -Xmx8g -Xint config
        # - timeout at 1738.629, PASSED while timeout handler was running
        # jdk-19+14_2_macosx-aarch64 - observed in jdk-19+14 testing on 2022.03.18 on
        # macosx-aarch64 in slowdebug config:
        # - -Xmx8g -Xint config
        # - timeout at 1772.005, PASSED while timeout handler was running
        # jdk-19+14_3_macosx-aarch64 - observed in jdk-19+14 testing on 2022.03.19 on
        # macosx-aarch64 in slowdebug config:
        # - -Xmx8g -Xint config
        # - timeout at 1762.077, PASSED while timeout handler was running
        # jdk-19+15_1_macosx-aarch64 - observed in jdk-19+15 testing on 2022.03.24 on
        # macosx-aarch64 in slowdebug config:
        # - -Xmx8g -Xbatch -XX:TieredStopAtLevel=1 config
        # - timeout at 1589.571, PASSED while timeout handler was running
        # jdk-19+15_2_macosx-aarch64 - observed in jdk-19+15 testing on 2022.03.25 on
        # macosx-aarch64 in slowdebug config:
        # - -Xmx8g -Xbatch -XX:TieredStopAtLevel=1 config
        # - timeout at 1607.565, PASSED while timeout handler was running
        # jdk-19+15_3_macosx-aarch64 - observed in jdk-19+15 testing on 2022.03.26 on
        # macosx-aarch64 in slowdebug config:
        # - -Xmx8g -Xbatch -XX:TieredStopAtLevel=1 config
        # - timeout at 1669.264, PASSED while timeout handler was running
        # jdk-19+26_2_macosx-aarch64 - observed in jdk-19+26 testing on 2022.06.11 on
        # macosx-aarch64 in slowdebug config:
        # - -Xmx8g -Xint config
        # - timeout at 2307.389, PASSED while timeout handler was running
        # jdk-19+26_3_macosx-aarch64 - observed in jdk-19+26 testing on 2022.06.12 on
        # macosx-aarch64 in slowdebug config:
        # - -Xmx8g -Xint config
        # - timeout at 2351.226 PASSED while timeout handler was running
        # jdk-19+27_1_macosx-aarch64 - observed in jdk-19+27 testing on 2022.06.16 on
        # macosx-aarch64 in slowdebug config:
        # - -Xmx8g -Xint config
        # - timeout at 2348.985 PASSED while timeout handler was running
        # jdk-19+27_2_macosx-aarch64 - observed in jdk-19+27 testing on 2022.06.17 on
        # macosx-aarch64 in slowdebug config:
        # - -Xmx8g -Xint config
        # - timeout at 2294.255 PASSED while timeout handler was running
        # jdk-19+27_3_macosx-aarch64 - observed in jdk-19+27 testing on 2022.06.18 on
        # macosx-aarch64 in slowdebug config:
        # - -Xmx8g -Xint config
        # - timeout at 2374.998 PASSED while timeout handler was running
        # jdk-19+28_1_macosx-aarch64 - observed in jdk-19+28 testing on 2022.06.23 on
        # macosx-aarch64 in slowdebug config:
        # - -Xmx8g -Xbatch -XX:TieredStopAtLevel=1 config
        # - timeout at 2209.347 PASSED while timeout handler was running
        # jdk-19+28_2_macosx-aarch64 - observed in jdk-19+28 testing on 2022.06.24 on
        # macosx-aarch64 in slowdebug config:
        # - -Xmx8g -Xbatch -XX:TieredStopAtLevel=1 config
        # - timeout at 2266.152 PASSED while timeout handler was running
        # jdk-19+28_3_macosx-aarch64 - observed in jdk-19+28 testing on 2022.06.25 on
        # macosx-aarch64 in slowdebug config:
        # - -Xmx8g -Xbatch -XX:TieredStopAtLevel=1 config
        # - timeout at 2254.394 PASSED while timeout handler was running
        #ZZZ java/lang/instrument/GetObjectSizeIntrinsicsTest.java#id8 8292261 macosx-aarch64

              dcubed Daniel Daugherty
              dcubed Daniel Daugherty
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: