com.jogamp.common.jvm
Class JVMUtil

java.lang.Object
  extended by com.jogamp.common.jvm.JVMUtil

public class JVMUtil
extends Object

Currently this tool works around the Hotspot race condition bugs:

     4395095 JNI access to java.nio DirectBuffer constructor/accessor
     6852404 Race condition in JNI Direct Buffer access and creation routines
 
Make sure to initialize this class as soon as possible, before doing any multithreading work.


Method Summary
static void initSingleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initSingleton

public static void initSingleton()