A new release candidate with several bug fixes.
Changes:
- Changed version to 0.44.0.3
- Updated HOWTO. Thanks to Dawid Weiss.
- Fixed Process.destroy() to swallow System.ComponentModel.Win32Exception.
- Fixed Inflater.finished() to not throw NullPointerException if it is called after end() has been called.
- Fix for bug #3035831. Thanks to Dawid Weiss.
- Fixed issue with reflecting on inner classes of cli.System.Exception.
- Fixed another verifier regression introduced with try/fault handler changes.
- Fixed field reflection slow path to throw NullPointerException instead of IllegalArgumentException for instance fields if the instance object is null.
- Fixed dynamic mode late bound (dynamic) instructions to throw NoClassDefFoundError before NullPointerException.
- Fixed Inet4AddressImpl.getHostByAddr() to catch System.ArgumentException and throw java.net.UnknownHostException instead.
- Fixed path canonicalization issue exposed by JRuby (which subclasses java.io.File to use a / file separator on Windows).
Binary available here: ikvmbin-0.44.0.3.zip
Sources: ikvmsrc-0.44.0.3.zip, openjdk6-b18-stripped.zip
The sources zip no longer contains any binaries.