[jboss-jira] [JBoss JIRA] (JASSIST-271) Support running on Java 11
Christian Beikov (JIRA)
issues at jboss.org
Sun Apr 29 09:25:00 EDT 2018
Christian Beikov created JASSIST-271:
----------------------------------------
Summary: Support running on Java 11
Key: JASSIST-271
URL: https://issues.jboss.org/browse/JASSIST-271
Project: Javassist
Issue Type: Enhancement
Affects Versions: 3.22.0-GA
Environment: Java 11
Reporter: Christian Beikov
Assignee: Shigeru Chiba
The GitHub issue describes the problem when running on Java 11 and also has a hint for a fix: https://github.com/jboss-javassist/javassist/issues/194
The main problem is that {{Unsafe.defineClass}} was removed in Java 11 and Javassist always tries to define classes through that method for JVMs >= 9 which leads to an error.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list