Original Release Notes: https://web.archive.org/web/20210512214434/https://weblog.ikvm.net/2015/08/26/IKVMNET81ReleaseCandidate0.aspx. This release originally happened on IKVM.NET Weblog on 2015-08-26.
IKVM.NET 8.1 Release Candidate 0
The first release candidate is finally available. It can be downloaded here or from NuGet.
What's New (relative to IKVM.NET 8.0):
- Integrated OpenJDK 8u45.
- Many fixes to late binding support.
- Added ikvmc support for deterministic output files.
- Various sun.misc.Unsafe improvements.
- Many minor bug fixes and performance tweaks.
Changes since previous development snapshot:
- Assemblies are strong named.
- Fix for bug #303. ikvmc internal compiler error when trying to get interfaces from type from missing assembly reference.
- Implemented NIO atomic file move on Windows.