dev@grizzly.java.net

[HEADS-UP] OSGi problem with LTQ

From: Hubert Iwaniuk <neotyk_at_kungfoo.pl>
Date: Wed, 21 Jan 2009 10:24:30 +0100

Hi,
Since introduction of LinkedTransferQueue we have problems with OSGi
packaging.
LTQ depends on sun.misc.Unsafe and sun.misc is not provided by any bundle,
so trying to provision OSGi bundle will fail.
Trying to figure out how to get this package visible in OSGi environment.

Any help is appreciated,
Hubert.