Now one has to either release a native OpenCLObject manually with release() or register it for automatic garbage collection using register(). These changes greatly improve the performance by reducing the load on the OpenCLObjectManager.
Note that Jogamp's Jocl only supports OpenCL1.1, some methods will throw an UnsupportedOperationException.