Simple question:
Is the IBM J9 Java 6 bundled class com.sun.imageio.plugins.jpeg.JPEGImageReader
exactly the same as the class with the same package/class name in a standard Sun/Oracle JRE?
(And if it is, is it using the same native/JNI code?)
Background for the question: Bug report, stating that a normal JPEG file can't be read, due "IIOException: Quantization table 0x01 was not defined" (which is clearly a bogus error message, given the completely standard sample image).