Should throw UnsupportedOperationException in ES2 pipeline initialization

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P5
    • tbd
    • Affects Version/s: 7u6
    • Component/s: javafx
    • None

      The code added to fix RT-21740 assumes a little-endian architecture. We should throw an exception from the ES2 pipeline initialization code if we encounter a big-endian byte order until such time as we are ready to deal with it. Something like

          if (ByteOrder.nativeOrder() == ByteOrder.BIG_ENDIAN) {
              throw new UnsupportedOperationException("...");
          }

            Assignee:
            Unassigned
            Reporter:
            Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported: