On 10 =CF=CB=D4, 22:50, "Chris M. Thomasson" <n...@[EMAIL PROTECTED]
> wrote:
> private final boolean CAS(final long offset, final Object old, final
Obje=
ct
> nnn ) {
> =9A return _unsafe.compareAndSwapObject(this, offset, old, nnn );
> }
You have revealed interesting moment. They use not only ****table
language API. They also do use what C/C++ developers use - platform
dependent stuff. Why? Try to guess.
So it's not ****table thing any more. It will not run on other JVM, nor
in safe environment.
Dmitriy V'jukov


|