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

[TESTBUG] Remove test skip code for Solaris SPARC in runtime/SharedArchiveFile/SharedBaseAddress.java

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • b105

          public static void main(String[] args) throws Exception {
              // Known issue on Solaris-Sparc
              // @ignore JDK-8044600
              if (Platform.isSolaris() && Platform.isSparc())
                  return;

      is still there even though JDK-8044600 was closed.

            minqi Yumin Qi
            ctornqvi Christian Tornqvist
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: