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

Add ability to skip tests when libgraal is used by default

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Withdrawn
    • Icon: P4 P4
    • tbd
    • 14
    • hotspot

      Currently ProblemList-graal.txt is used to control which tests should be skipped when testing environment enable Graal JIT (-XX:+UseJVMCICompiler).

      Unfortunately it does not work when you enable Graal by default in VM. In such cases we can use @requires !vm.graal.enabled

      In addition we need separate property for case when JDK has libgraal (AOTed Graal) and it is used by default. The test exclusion could be different from Java Graal case.
       
      I am suggesting to add vm.libgraal.enabled property to use in @requires and set it by checking VM flag UseJVMCINativeLibrary.

            kvn Vladimir Kozlov
            kvn Vladimir Kozlov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: