On Thu, 28 May 2026 16:28:16 GMT, Volker Simonis <[email protected]> wrote:

> How do you plan to solve point "3. For JDK 27, introduce a system 
> property..."? Do you want to do this with the initial fix for 
> [JDK-7036144](https://bugs.openjdk.org/browse/JDK-7036144), by wrapping the 
> input stream and overriding available() or in a completely different way?

The plan is to reintroduce the change that was done for JDK-7036144 and enable 
that new behaviour only when the new system property is enabled. When that 
system property isn't set (or disabled), which would be the default case, then 
the implementation will continue with the long standing behaviour of using 
`InputStream.available()`.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/30925#discussion_r3322570189

Reply via email to