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

Add dedicated VMProps for linker and fallback linker

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 21
    • 21
    • core-libs
    • None

      For the jdk:java/foreign tests we often have to check if java.lang.foreign.Linker is supported on the current platform. This is currently done with a complex @requires expression in the test definitions:

      @requires ((os.arch == "amd64" | os.arch == "x86_64") & sun.arch.data.model == "64") | os.arch == "aarch64" | os.arch == "riscv64"

      It seems useful to replace this with a dedicated property in VMProps.java

            jvernee Jorn Vernee
            jvernee Jorn Vernee
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: