RFR(XS) 8199885: [Graal] org.graalvm.compiler.core.test.CountedLoopTest fails with "ControlFlowAnchor should never be cloned in the same graph"
    Ekaterina Pavlova 
    ekaterina.pavlova at oracle.com
       
    Mon Aug 13 12:26:22 UTC 2018
    
    
  
Hi All,
please review the change which disables org.graalvm.compiler.core.test.* tests in Graal as JIT mode.
All these tests (except org.graalvm.compiler.core.test.tutorial.GraalTutorial and org.graalvm.compiler.core.test.StaticInterfaceFieldTest)
subclass GraalCompilerTest and were not designed to run in Graal as JIT mode.
Doug also confirmed that disabling org.graalvm.compiler.core.test.tutorial.GraalTutorial and org.graalvm.compiler.core.test.StaticInterfaceFieldTest
is also the right way.
Note, the tests will need to be modified/redesigned once Graal becomes default JIT compiler.
     JBS: https://bugs.openjdk.java.net/browse/JDK-8199885
  webrev: http://cr.openjdk.java.net/~epavlova//8199885/webrev.00/index.html
testing: Run compiler/graalunit/CoreTest.java with enabled and disabled Graal. The test was skipped in case Graal was enabled and
          passed in case Graal was disabled.
thanks,
-katya
  
    
    
More information about the hotspot-compiler-dev
mailing list