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-8304745
Lazily initialize byte[] in java.io.BufferedInputStream
Log In
Resolved
Export
null
XML
Word
Printable
Details
Type:
Enhancement
Resolution:
Fixed
Priority:
P4
Fix Version/s:
21
Affects Version/s:
None
Component/s:
core-libs
Labels:
None
Subcomponent:
java.io
Resolved In Build:
b18
Description
By default BufferedInputStream is constructed with internal buffer with capacity 8192. In some cases this buffer is never used, e.g. when we call readNBytes() or readAllBytes() or when BufferedInputStream is cascaded.
Attachments
Issue Links
links to
Commit
openjdk/jdk/e52a2aee
Review
openjdk/jdk/13150
Activity
People
Assignee:
Sergey Tsypanov
Reporter:
Sergey Tsypanov
Votes
:
0
Vote for this issue
Watchers:
4
Start watching this issue
Dates
Created:
2023-03-22 13:01
Updated:
2023-04-12 23:22
Resolved:
2023-04-06 04:19