You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to disassemble and re-assemble RasterPrinterJob.class from Eclipse Temurin's JRE build of OpenJDK 17.0.5+8, I get the following error:
$ jasm -d java.desktop/sun/print/RasterPrinterJob.class
$ jasm java.desktop/sun/print/RasterPrinterJob.jasm -o out
ERROR: There were failed tasks:
RasterPrinterJob.jasm : Cannot read field "outgoingEdges" because "handlerRangeBlock" is null
When trying to disassemble and re-assemble
RasterPrinterJob.class
from Eclipse Temurin's JRE build of OpenJDK 17.0.5+8, I get the following error:I have uploaded
RasterPrinterJob.class
andRasterPrinterJob.jasm
to https://gist.github.com/tyilo/ffeb20c26cc619a319abfb7ef3448990The text was updated successfully, but these errors were encountered: