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 11 Support #317

Open
bellthomas opened this issue Oct 31, 2018 · 3 comments
Open

JDK 11 Support #317

bellthomas opened this issue Oct 31, 2018 · 3 comments

Comments

@bellthomas
Copy link

bellthomas commented Oct 31, 2018

Currently, when trying to run an application with Quasar (0.7.10) set as a Java Agent (no Quasar classes are invoked at any point yet), I get many errors of the following form;

[quasar] ERROR: java/lang/String
java.lang.UnsupportedOperationException
...
[quasar] ERROR: java/util/Map
java.lang.UnsupportedOperationException
...
[quasar] ERROR: java/lang/Integer
java.lang.UnsupportedOperationException

I am using OpenJDK 11.0.1.

@pron
Copy link
Contributor

pron commented Nov 9, 2018

Quasar 0.8.0 should support JDK 11. Try that.

@kimec
Copy link

kimec commented Dec 7, 2018

@pron do you plan a "Loom based" version of Quasar at some point?

@circlespainter
Copy link
Member

I started playing with it at https://github.com/circlespainter/quasar/tree/loom but in the short-medium term its only purpose will be to test/perftest Loom; it is not finished by any means (anything except core doesn't even compile), it surely contains silliness and also consider that things are changing very fast. Anyway if you wish feel free to try it out and send feedback and PRs.

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

4 participants