Re: RFR: 8041488: Locale-Dependent List Patterns [v12]

2023-09-02 Thread Joe Wang
On Tue, 29 Aug 2023 16:51:49 GMT, Naoto Sato wrote: >> Introducing a new formatting class for locale-dependent list patterns. The >> class is to provide the functionality from the Unicode Consortium's LDML >> specification for [list >> patterns](https://www.unicode.org/reports/tr35/tr35-genera

Re: RFR: 8315454: Add an immutable BitSet

2023-09-02 Thread John Rose
On 1 Sep 2023, at 2:38, Maurizio Cimadamore wrote: > On Fri, 1 Sep 2023 09:07:34 GMT, Per Minborg wrote: > >>> Maybe it would make sense to start with a JDK-internal variant before >>> exploring potential public API? >> >> This is certainly one alternative. > > When looking at this I thought abo

Re: RFR: 8288899: java/util/concurrent/ExecutorService/CloseTest.java failed with "InterruptedException: sleep interrupted" [v21]

2023-09-02 Thread Doug Lea
> Addresses Jdk 8288899 : java/util/concurrent/ExecutorService/CloseTest.java > failed with "InterruptedException: sleep interrupted" and related issues. > > This is a major ForkJoin update (and hard to review -- sorry) that finally > addresses incompatibilities between ExecutorService and ForkJ

Re: RFR: 8306632: Add a JDK Property for specifying DTD support

2023-09-02 Thread Alan Bateman
On Fri, 28 Jul 2023 18:41:48 GMT, Joe Wang wrote: > Add a JDK Impl specific property 'jdk.xml.dtd.support' for applications to > specify how DTDs are handled. This property is uniformly supported across the > JDK XML libraries. It complements, rather than replaces, the existing > properties th

Re: RFR: 8315558: Undocumented exceptions in java.text.StringCharacterIterator

2023-09-02 Thread Alan Bateman
On Fri, 1 Sep 2023 23:12:28 GMT, Justin Lu wrote: > Please review this PR and [CSR](https://bugs.openjdk.org/browse/JDK-8315558) > which is a conformance change to document some exceptions in the > specification of java.text.StringCharacterIterator. @justin-curtis-lu You are correct that it ne