Currently Being Moderated
Fixes: - Fixed the problem with void return values in functions and callbacks (Platforms: x86)
- Fixed the cause of java.lang.IndexOutOfBoundsException under Windows 2000 Professional (Platforms: Windows 2000 Professional)
- Fixed JVM crash, when a callback without any parameters is invoked (Platforms: All)
- Fixed the problem with loading of native libraries from JAR files (Platforms: All)
- Fixed the problem in NativeResourceCollector when it does not release all native resources on shutdown (Platforms: All)
- Codegen: Fixed incorrect generation of array size in the constructor for custom array parameters.
Improvements:
- Improved error diagnostics. More information is now provided when native libraries loading fails. (Platforms: All)
- Improved mechanism of searching and loading native libraries (Platforms: All)
- Completed basic JNIWrapperInfo implementation providing information about JNIWrapper at run-time (Platforms: All)
Other:
- Tested for compatibility with Java 6
- JavaDocs improvements.