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

[TESTBUG] vm/oom/production/OOMProductionAnonymousTrace_Class takes too long verifying sysdict before exit

XMLWordPrintable

    • b95
    • team
    • generic
    • generic

       vm/oom/production/OOMProductionAnonymousTrace_Class and vm/oom/production/OOMProductionTrace_Class occasionally take too long.
      Not reproducible each time, It took me about 20 runs to reproduce this. When reproduced, it took me about 12 min to run this test. According to the analysis, the test spends time verifying system dictionary before exit; it does not hang, it just takes too long time to do this verification , especially on a slow machine that is at the same time busy running other tests/jobs in parallel.
      After discussing this with to Coleen we agreed that it is best to remove verification before exit for this test; this operation is recursive and could be very time consuming.

      Please modify this test to disable verification before exit, i.e. -XX:-VerifyBeforeExit

      Original bug: "https://jbs.oracle.com/bugs/browse/JDK-8016325" - "JVM hangs verifying system dictionary"

            mseledtsov Mikhailo Seledtsov
            ctornqvi Christian Tornqvist
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: