Files
Paper/Spigot-Server-Patches/Cleanup-Region-Files-Direct-Memory-on-close.patch
Aikar 5a8b71725f Clean up Direct Memory Region Files Fix for different Java versions
Java 9+ doesn't allow using the exposed cleanup method, but added
a new method on Unsafe to do it.

So have to detect java version and use the appropriate strategy.
2020-05-04 02:19:38 -04:00

3.5 KiB