Skip to content

Upgrade to java 14

Latest
Compare
Choose a tag to compare
@RuedigerMoeller RuedigerMoeller released this 17 May 15:07
· 15 commits to master since this release
59f8f80
  • dropped "structs"
  • replaced innoficial API usage for offheap and mmapped files by new "foreign memory access" API which is included in JDK 14's inkubator module. First impression: Oracle did an excellent work on this, performance is on par with older "Unsafe" hacks and some use cases even perform better. Only issue: "Why took this so long" ;)