On 10/22/19 1:50 PM, Andrew John Hughes wrote: > > Building 7u241 is not sufficient, as I didn't encounter this when > building either locally or in our RHEL builds. So I need more detail on > how to reproduce this. >
Yes, I managed to build RHEL java-1.7.0-openjdk RPMS locally. But that's because RHEL RPMS are built passing JAVAC_WARNINGS_FATAL="false" to the make command (so -Werror arg is not passed to the javac command that compiles DoubleByteDecoder.java). The warning is still there so we should be able to reproduce without that. Given that the default for JAVAC_WARNINGS_FATAL is the opposite (true), I believe we should fix this. Thanks, Martin.-