CompilerWhiteBoxTest.MODE should contain only the execution mode

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot

          /** Value of {@code java.vm.info} (interpreted|mixed|comp mode) */
          protected static final String MODE = System.getProperty("java.vm.info");

      For example, class data sharing can add additional output to java.vm.info:

      mixed mode, sharing

      This will break tests that use CompilerWhiteBoxTest.MODE.

            Assignee:
            Igor Ignatyev (Inactive)
            Reporter:
            Christian Thalinger (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: