RFR: 8367237: Thread-Safety Usage Warning for java.text.Collator Classes

2025-09-20 Thread Justin Lu
Please review this PR which is a documentation change to make apparent the recommended approach for using Collator & RuleBasedCollator in a multi threaded environment via an implNote. The original issue and CSR have additional context. - Commit messages: - Reword w/o thread-safe -

Re: RFR: 8367237: Thread-Safety Usage Warning for java.text.Collator Classes [v3]

2025-09-18 Thread Iris Clark
On Thu, 11 Sep 2025 22:36:28 GMT, Justin Lu wrote: >> Please review this PR which is a documentation change to make apparent the >> recommended approach for using Collator & RuleBasedCollator in a multi >> threaded environment via an implNote. The original issue and CSR have >> additional cont

Re: RFR: 8367237: Thread-Safety Usage Warning for java.text.Collator Classes [v3]

2025-09-15 Thread Justin Lu
On Thu, 11 Sep 2025 22:36:28 GMT, Justin Lu wrote: >> Please review this PR which is a documentation change to make apparent the >> recommended approach for using Collator & RuleBasedCollator in a multi >> threaded environment via an implNote. The original issue and CSR have >> additional cont

Re: RFR: 8367237: Thread-Safety Usage Warning for java.text.Collator Classes [v3]

2025-09-11 Thread Naoto Sato
On Thu, 11 Sep 2025 22:36:28 GMT, Justin Lu wrote: >> Please review this PR which is a documentation change to make apparent the >> recommended approach for using Collator & RuleBasedCollator in a multi >> threaded environment via an implNote. The original issue and CSR have >> additional cont

Re: RFR: 8367237: Thread-Safety Usage Warning for java.text.Collator Classes [v2]

2025-09-11 Thread Iris Clark
On Thu, 11 Sep 2025 21:34:24 GMT, Justin Lu wrote: >> Please review this PR which is a documentation change to make apparent the >> recommended approach for using Collator & RuleBasedCollator in a multi >> threaded environment via an implNote. The original issue and CSR have >> additional cont

Re: RFR: 8367237: Thread-Safety Usage Warning for java.text.Collator Classes [v3]

2025-09-11 Thread Justin Lu
> Please review this PR which is a documentation change to make apparent the > recommended approach for using Collator & RuleBasedCollator in a multi > threaded environment via an implNote. The original issue and CSR have > additional context. Justin Lu has updated the pull request incrementall

Re: RFR: 8367237: Thread-Safety Usage Warning for java.text.Collator Classes [v2]

2025-09-11 Thread Justin Lu
> Please review this PR which is a documentation change to make apparent the > recommended approach for using Collator & RuleBasedCollator in a multi > threaded environment via an implNote. The original issue and CSR have > additional context. Justin Lu has updated the pull request incrementall

Re: RFR: 8367237: Thread-Safety Usage Warning for java.text.Collator Classes [v2]

2025-09-11 Thread Justin Lu
On Thu, 11 Sep 2025 20:14:56 GMT, Naoto Sato wrote: >> Justin Lu has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Doc updates reflecting Naoto's comments > > src/java.base/share/classes/java/text/Collator.java line 117: > >> 115: * >> 1

Re: RFR: 8367237: Thread-Safety Usage Warning for java.text.Collator Classes

2025-09-11 Thread Naoto Sato
On Thu, 11 Sep 2025 18:58:46 GMT, Justin Lu wrote: > Please review this PR which is a documentation change to make apparent the > recommended approach for using Collator & RuleBasedCollator in a multi > threaded environment via an implNote. The original issue and CSR have > additional context.