Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Jira Core help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
JDK
JDK-8306930
Incorrect assert in BitMap::count_one_bits
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Bug
Resolution:
Fixed
Priority:
P4
Fix Version/s:
21
Affects Version/s:
21
Component/s:
hotspot
Labels:
starter
utils
Subcomponent:
runtime
Resolved In Build:
b22
Description
BitMap::count_one_bits has this post-condition assert:
assert(sum <= (beg - end), "must be");
That should be "(end - beg)".
Attachments
Issue Links
links to
Commit
openjdk/jdk/d993432d
Review
openjdk/jdk/13887
Activity
People
Assignee:
Fredrik Bredberg
Reporter:
Kim Barrett
Votes:
0
Vote for this issue
Watchers:
3
Start watching this issue
Dates
Created:
2023-04-26 07:35
Updated:
2023-05-16 16:11
Resolved:
2023-05-10 00:57