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

Should throw UnsupportedOperationException in ES2 pipeline initialization

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P5 P5
    • tbd
    • 7u6
    • 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("...");
          }

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

              Created:
              Updated:
              Imported: