MappedByteBufferReplacement substitutions is obsolete in JDK16 #15903
Labels
env/graalvm-java11
Relating to using GraalVM native image generation on Java 11
kind/bug
Something isn't working
Milestone
Describe the bug
Trying to build a simple Quarkus Native Image application with a JDK16 based GraalVM results in
The target method
MappedByteBuffer.force0
has been removed in JDK16.Note: A JDK16 GraalVM is not widely available yet, it must be built from source.
The text was updated successfully, but these errors were encountered: