RFE: SequenceInputStream - Consider new issue for PR #11718

Brian Burkhalter brian.burkhalter at oracle.com
Tue Apr 11 16:06:07 UTC 2023


Hello,

You should be able to file an issue yourself at

https://bugreport.java.com/bugreport/start_form

Brian

On Apr 10, 2023, at 11:59 PM, Benjamin Marwell <bmarwell at apache.org<mailto:bmarwell at apache.org>> wrote:

Follow up, I would highly appreciate it if anyone would be so kind as
to open an issue for this enhancement.

Am Sa., 8. Apr. 2023 um 17:36 Uhr schrieb Benjamin Marwell
<bmarwell at apache.org<mailto:bmarwell at apache.org>>:

Dear Core-Devs,

There was a PR created for an enhancement of SequenceInputStream [1]
by Romain Manni-Buceau.

Description by Romain:

enumeration(list) will create an enumeration, a list and an iterator whereas the impl only requires an iterator
this PR drops the enumeration wrapper for binary constructor and just maps the enumeration to an iterator for the other case which should be a better compromise in practise.

Another side but nice effect is to have some lighter classloading (subgraph)

As the both of us do not have access to the OpenJDK bug tracker,
kindly open an issue for this PR if you agree with this
enhancement/PR.

[1]: https://github.com/openjdk/jdk/pull/11718

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/core-libs-dev/attachments/20230411/3f7310f8/attachment.htm>


More information about the core-libs-dev mailing list