Description
Instead of just logging a warning (OAK-848), the file backend of the SemgnetMK should work also on 32bit JVMs. To do this, it should use normal file IO instead of memory-mapped files, as the latter will quickly exhaust the available address space of a 32bit JVM.