xerial / larray

Large off-heap arrays and mmap files for Scala and Java
Apache License 2.0
400 stars 43 forks source link

Modify UnsafeUtil to be able to run in Java 17 #76

Closed gortiz closed 1 year ago

gortiz commented 1 year ago

An implementation for #75.

I couldn't test it because I don't have sbt properly configured and it seems it tries to release with Java 6, which is unsupported in Java 17

xerial commented 1 year ago

Let me merge it first. I'll test it in #77