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

TestStringDeduplicationInterned.java fails because extra deduplication

XMLWordPrintable

    • gc
    • b23

        Has only been seen in linux-aarch64 and macosx-aarch64 so far (not with debug builds). A repetition of JDK-8278127 in main repo?

        The additional VM arguments seem to be pre-requisite also:

        -Xcomp -XX:+CreateCoredumpOnCrash -XX:TieredStopAtLevel=3

        The stacktrace:

        java.lang.RuntimeException: Expected to get exit value of [0], exit value is: [1]
        at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:490)
        at gc.stringdedup.TestStringDeduplicationTools.testInterned(TestStringDeduplicationTools.java:517)
        at gc.stringdedup.TestStringDeduplicationInterned.main(TestStringDeduplicationInterned.java:94)
        at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
        at java.base/java.lang.reflect.Method.invoke(Method.java:578)
        at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
        at java.base/java.lang.Thread.run(Thread.java:1623)

              stefank Stefan Karlsson
              enikitin Evgeny Nikitin
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: