puniverse / quasar

Fibers, Channels and Actors for the JVM

Home Page:http://docs.paralleluniverse.co/quasar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JDK 11 Support

bellthomas opened this issue · comments

commented

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.

Quasar 0.8.0 should support JDK 11. Try that.

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.