[AOT] Avoid warning: -Xint is not compatible with AOT (switching AOT off)

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • b150
    • x86
    • linux
    • Verified

      You need to compile and install AOT libraries to use AOT.
      If there is no AOT libs UseAOT flag will be set to 'false'.
      But we have to check for AOT libraries installed into JDK first and that code under UseAOT. So we decided to have initial value 'true'.

      But we should not produce this warning message with -Xint in default run.
      And show it only when there are AOT libraries and only with PrintAOT flag.
      It effect the default JVM output and may affect other tests.

            Assignee:
            Vladimir Kozlov
            Reporter:
            Vladimir Kozlov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: