Voila: https://bugs.openjdk.org/browse/JDK-8305947

On Apr 11, 2023, at 9:06 AM, Brian Burkhalter 
<brian.burkhal...@oracle.com<mailto:brian.burkhal...@oracle.com>> wrote:

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 
<bmarw...@apache.org<mailto:bmarw...@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
<bmarw...@apache.org<mailto:bmarw...@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


Reply via email to