vjurenka / BWMirror-Generator

Generator for BwMirror API
Other
7 stars 7 forks source link

Fix BWMirror for i386 architecture #9

Open vjurenka opened 6 years ago

vjurenka commented 6 years ago

BWMirror currently supports only x86. This is implementd as a check for the result of System.getProperty("os.arch"). Due to the bug in openjdk, the returned value can be "i386" too https://bugs.openjdk.java.net/browse/JDK-4468998