-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
bugSomething that is supposed to work, but doesn't. More severe than a "defect".Something that is supposed to work, but doesn't. More severe than a "defect".
Milestone
Description
SEVERE: Buffer cannot be destroyed: java.nio.DirectFloatBufferU
Even by adding this JVM arg (which used to solve that on jdk 11+)
"--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED"
you can test it with
jmonkeyengine/jme3-examples/src/main/java/jme3test/app/TestReleaseDirectMemory.java
Line 43 in d76d4dc
| public class TestReleaseDirectMemory extends SimpleApplication { |
Forum post:
https://hub.jmonkeyengine.org/t/jme-on-jdk-16/44411/6?u=ali_rs
pavly-gerges
Metadata
Metadata
Assignees
Labels
bugSomething that is supposed to work, but doesn't. More severe than a "defect".Something that is supposed to work, but doesn't. More severe than a "defect".