Christofer Sjögren

Results 7 comments of Christofer Sjögren

I don't have any experience with JEPs to share but hopefully it won't be too painful. Maybe it can be included existing JEPs?

Interesting since it doesn't change the API. If our current build is compatible it should be quite easy to give it a go. I'll try to reserve a few hours...

This is all in flux IMHO. We don't know how Panama will turn out yet and moving to VarHandles seems complicated from my point of view. Its unfortunate that users...

I tweeted Brian Goetz and his advice is to use VarHandles to move away from Unsafe. https://twitter.com/BrianGoetz/status/843650963370135553

Some notes from the lwjgl guys. > First, lets address the elephant in the room. Yes, we do use Unsafe for this. We're not happy about it either, but there...

I'm fine with the suggestion of removing OPTIMAL (unsafe and reflection) and having ByteBuffers wrap byte arrays instead. However, i'm not sure what this solves since lmdbjava would still be...

I haven't personally felt the need to use lmdbjava as a java 9 module yet. Also haven't had time to deep dive into modules yet. But I guess the first...