roscopeco/jasm

Cannot read field "outgoingEdges" because "handlerRangeBlock" is null

tyilo opened this issue ยท 2 comments

tyilo commented

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

I have uploaded RasterPrinterJob.class and RasterPrinterJob.jasm to https://gist.github.com/tyilo/ffeb20c26cc619a319abfb7ef3448990

Awesome, thanks. Will look into this ๐Ÿ‘

Fixed in develop, will go into next release. Thanks again @tyilo ๐Ÿ‘