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

CompilerWhiteBoxTest.MODE should contain only the execution mode

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • 9
    • 9
    • 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.

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

              Created:
              Updated:
              Resolved: