LWJGL / lwjgl3-osgi

OSGi support for LWJGL 3
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Test on JVMs that don't have sun.misc.Unsafe #1

Closed io7m closed 5 years ago

io7m commented 7 years ago

The sun.misc.Unsafe dependency is optional, so there needs to be testing to ensure that the bundle actually works on a JVM without it.

io7m commented 5 years ago

This is irrelevant now, as the latest LWJGL releases require sun.misc.Unsafe unconditionally.