Re: [External] : Re: Should mapConcurrent() respect time order instead of input order?

2025-06-07 Thread Jige Yu
Hi Viktor, Thank you for pointing to the spec. You are absolutely right, that is the documented behavior. My feedback is aimed directly at questioning that specific design choice within the specification. My perspective is that the benefit of preserving stream ordering may be outweighed by the si

Re: RFR: 8358426: Improve lazy computation in Locale [v2]

2025-06-07 Thread Johannes Graham
On Thu, 5 Jun 2025 20:29:48 GMT, Justin Lu wrote: >> Please review this PR which improves occurrences of lazy computation in >> `Locale` and `BaseLocale`. >> >> Existing lazy initialization strategies such as CHM, static nested class, >> and local inner class are replaced with Stable Values. >

Re: RFR: 8358731: Remove jdk.internal.access.JavaAWTAccess.java

2025-06-07 Thread Sergey Bylokhov
On Fri, 6 Jun 2025 18:35:53 GMT, Phil Race wrote: > The fix for JDK-8344235: Revisit SecurityManager usage in java.logging after > JEP 486 and JEP 491 integration > removed use of AppContext from java/util/logging/LogManager.java. > That was the only place in the JDK that used > jdk.internal.ac