Source: objenesis Version: 2.6-2 Severity: important Tags: sid buster User: [email protected] Usertags: default-java11
objenesis fails to build with Java 11 due to the removal of the defineClass()
method in sun.misc.Unsafe:
[ERROR]
/objenesis/main/src/main/java/org/objenesis/instantiator/util/ClassDefinitionUtils.java:[100,54]
cannot find symbol
symbol: method
defineClass(java.lang.String,byte[],int,int,java.lang.ClassLoader,java.security.ProtectionDomain)
location: class sun.misc.Unsafe

