When transforming certain XSL documents in the latest Java 1.8.0_251 release the following error is thrown.
com.sun.org.apache.bcel.internal.generic.ClassGenException: Not
targeting 10980: nop[0](1), but null ERROR:Not targeting 10980:
nop[0](1), but null
But the same stylesheet transform without any issues with Java 1.8.0_241.
This is affecting critical report geneations for us so any help is really appreciated.
We have posted all details in Stackoverflow also https://stackoverflow.com/questions/62449124/fatal-error-when-transforming-a-xsl-with-java-1-8-0-251