-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
P3
-
None
-
Affects Version/s: 1.1.6
-
Component/s: vm-legacy
-
None
-
x86
-
windows_nt
In JNI, you can use the RegisterNatives method to specify the native implementation of a java native method. This avoid the java code to do an explicit System.load() call.
The Java Activator is using this API a lot to avoid versioning problems between the Activator and the VM.
When running the Activator with the Symantec JIT, all native codes generate an UnsatisfiedLinkError unless an explicit System.load() call is made in the java code.
The Java Activator is using this API a lot to avoid versioning problems between the Activator and the VM.
When running the Activator with the Symantec JIT, all native codes generate an UnsatisfiedLinkError unless an explicit System.load() call is made in the java code.
- duplicates
-
JDK-4107931 NativeRegister'ed methods not found when JIT is used
-
- Closed
-