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

JDK 14 Support #337

Open
asasisekar opened this issue Jul 2, 2020 · 2 comments
Open

JDK 14 Support #337

asasisekar opened this issue Jul 2, 2020 · 2 comments

Comments

@asasisekar
Copy link

asasisekar commented Jul 2, 2020

We are migrating application to openjdk 14 and Quasar (0.8.0) used. Getting below error.

Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 58
	at co.paralleluniverse.asm.ClassReader.<init>(ClassReader.java:184)
	at co.paralleluniverse.asm.ClassReader.<init>(ClassReader.java:166)
	at co.paralleluniverse.asm.ClassReader.<init>(ClassReader.java:152)
	at co.paralleluniverse.fibers.instrument.QuasarInstrumentor.instrumentClass(QuasarInstrumentor.java:123)
	at co.paralleluniverse.fibers.instrument.QuasarInstrumentor.instrumentClass(QuasarInstrumentor.java:102)
	at co.paralleluniverse.fibers.instrument.InstrumentationTask.instrumentClass(InstrumentationTask.java:191)
	at co.paralleluniverse.fibers.instrument.InstrumentationTask.execute(InstrumentationTask.java:178)
	... 192 more
@doctorpangloss
Copy link

I fixed this by updating asm to version 9.0.

@asasisekar
Copy link
Author

@doctorpangloss Thanks for your suggestion. Did you face any challenges or issues for updating asm version to 9.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants