puniverse/quasar

JDK 11 Support

bellthomas opened this issue · 3 comments

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 commented

Quasar 0.8.0 should support JDK 11. Try that.

kimec commented

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

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.