puniverse / quasar

Fibers, Channels and Actors for the JVM
http://docs.paralleluniverse.co/quasar/
Other
4.56k stars 575 forks source link

JDK 11 Support #317

Open bellthomas opened 5 years ago

bellthomas commented 5 years ago

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 5 years ago

Quasar 0.8.0 should support JDK 11. Try that.

kimec commented 5 years ago

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

circlespainter commented 5 years ago

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.