If a JNI call is made while the VM is loading a native library (using dlopen for example), the VM crashes.
This can occur if dlopen library attempts to call initialization code in the native library that it is loading. (This can occur under Windows as well).
###@###.### 2005-04-11 17:29:20 GMT