Re: DirectBuffer deallocation
Posted by
gouessej on
Jan 14, 2016; 12:24pm
URL: https://forum.jogamp.org/DirectBuffer-deallocation-tp4035990p4036019.html
elect, the method used in JMonkeyEngine doesn't work with Java 1.9, it doesn't work if the private fields are renamed, it uses a very rudimentary "search" of the deallocatable buffer. There are about thirty different kinds of direct buffers if you take into account the access rights too (read only and read & write), only about one fourth of them is correctly treated by JMonkeyEngine whereas my deallocator treats them all.