On Tue, 5 Nov 2024 20:16:09 GMT, Sonia Zaldana Calles
wrote:
> Hi all,
>
> This PR addresses [8339890](https://bugs.openjdk.org/browse/JDK-8339890)
> where vm flags specified via javaopts were getting ignored. I added the flags
> to the test.
>
> Thanks,
> Sonia
This pull request has bee
Hi Chen,
thank you for your ideas!
Actually I cannot see what is "safer" in your proposal, but maybe I am
missing to see a hidden risk in instanceof. Can you please outline the
potential risk you actually see in "if (appendable implements Flushable
f) f.flush();"?
I mean, Flushable and Clos