Log in
Skip to main content
Skip to sidebar
Dashboards
Projects
Issues
Help
Keyboard Shortcuts
About Jira
Jira Credits
Log In
Watched Subcomponents
JDK
JDK-8185757
QuickSort array size should be size_t
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Enhancement
Resolution:
Fixed
Priority:
P4
Fix Version/s:
10
Affects Version/s:
None
Component/s:
hotspot
Labels:
None
Subcomponent:
runtime
Resolved In Build:
b21
CPU:
generic
OS:
generic
Description
QuickSort::sort takes an int size argument. Sizes should generally be size_t. But passing a size_t value when parameter type is int leads to a build failure on Windows-x64, because the compiler warns about the narrowing conversion.
Attachments
Activity
People
Assignee:
Kim Barrett
Reporter:
Kim Barrett
Votes
:
0
Vote for this issue
Watchers:
2
Start watching this issue
Dates
Created:
2017-08-02 16:06
Updated:
2017-08-24 22:15
Resolved:
2017-08-07 19:09