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

Investigate impact of JVM bug regarding popCountInstruction and Long/Integer.bitCount #5659

Closed
scabug opened this issue Apr 11, 2012 · 3 comments

Comments

@scabug
Copy link

scabug commented Apr 11, 2012

As reported on IRC, there is a hard to catch JVM bug involving specific CPUs on which the JIT decides to emit a special popCount instruction:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7063674

This is an issue because we started to use the methods which cause the bugs (Long.bitCount, Integer.bitCount) in BitSet (see #2196).

@scabug
Copy link
Author

scabug commented Apr 11, 2012

Imported From: https://issues.scala-lang.org/browse/SI-5659?orig=1
Reporter: @soc
Affected Versions: 2.10.0
See #2196

@scabug
Copy link
Author

scabug commented May 3, 2012

@paulp said:
I don't know how often this hits, but unless it is shown to be more common than my awareness would indicate, we don't have the resources to work around specific version jdk bugs. Patches welcome.

@scabug
Copy link
Author

scabug commented Aug 29, 2012

@soc said:
Fixed in 7u6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant