Withdrawn: 8339890: javax/script/ProviderTest.sh ignore vm flags

2024-12-31 Thread duke
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

Re: Request for Enhancement: java.io.Writer.of(Appendable) as an efficient alternative to java.io.StringWriter

2024-12-31 Thread Markus KARG
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