Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix BWMirror for i386 architecture #9

Open
vjurenka opened this issue Nov 19, 2017 · 0 comments
Open

Fix BWMirror for i386 architecture #9

vjurenka opened this issue Nov 19, 2017 · 0 comments
Assignees
Labels

Comments

@vjurenka
Copy link
Owner

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

@vjurenka vjurenka added the bug label Nov 19, 2017
@vjurenka vjurenka self-assigned this Nov 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant