Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
tyilo opened this issue Nov 7, 2022 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@tyilo
Copy link

tyilo commented Nov 7, 2022

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

@roscopeco
Copy link
Owner

Awesome, thanks. Will look into this 👍

@roscopeco roscopeco added the bug Something isn't working label Dec 1, 2022
@roscopeco roscopeco self-assigned this Dec 1, 2022
@roscopeco roscopeco mentioned this issue Dec 1, 2022
@roscopeco
Copy link
Owner

Fixed in develop, will go into next release. Thanks again @tyilo 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants