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

java/lang/ref/ReachabilityFenceTest.java should run with -Xbatch

XMLWordPrintable

    • b23

        ReachabilityFenceTest run with -Dpremature=true expects to run compiled code for certain test methods. It performs enough warmup to trigger compilation, but it is not guaranteed that that compilation completes in time. It was previously observed in JDK-8146090 that Graal might not have enough time to finish the compilation in time.

        The test should use -Xbatch to avoid the race between the test workload and the compiler

              gbarany Gergö Barany
              gbarany Gergö Barany
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: