On Sat, 26 Jul 2025 10:20:20 GMT, Tatsunori Uchino wrote:
>> Tatsunori Uchino has updated the pull request incrementally with four
>> additional commits since the last revision:
>>
>> - Update `@bug` in correct file
>> - Add default implementation on codePointCount in CharSequence
>> - Updat
On Sat, 26 Jul 2025 10:10:40 GMT, Tatsunori Uchino wrote:
>> Adds `codePointCount()` overloads to `String`, `Character`,
>> `(Abstract)StringBuilder`, and `StringBuffer` to make it possible to
>> conveniently retrieve the length of a string as code points without extra
>> boundary checks.
>>
> This PR implements nth root computation for BigIntegers using Newton method.
fabioromano1 has updated the pull request incrementally with one additional
commit since the last revision:
Code simplification
-
Changes:
- all: https://git.openjdk.org/jdk/pull/24898/files
- new:
> This set of updates reduces contention-based performance loss under heavy
> over-subscription, while also improving perfomance more generally.
Doug Lea has updated the pull request incrementally with one additional commit
since the last revision:
Undo inadvertent acquire change
---
> Adds `codePointCount()` overloads to `String`, `Character`,
> `(Abstract)StringBuilder`, and `StringBuffer` to make it possible to
> conveniently retrieve the length of a string as code points without extra
> boundary checks.
>
>
> if (superTremendouslyLongExpressionYieldingAString().codePoi
On Sat, 26 Jul 2025 10:10:40 GMT, Tatsunori Uchino wrote:
>> Adds `codePointCount()` overloads to `String`, `Character`,
>> `(Abstract)StringBuilder`, and `StringBuffer` to make it possible to
>> conveniently retrieve the length of a string as code points without extra
>> boundary checks.
>>
On Thu, 24 Jul 2025 21:49:16 GMT, Mikhail Yankelevich
wrote:
>> Tatsunori Uchino has updated the pull request incrementally with four
>> additional commits since the last revision:
>>
>> - Discard changes out of than java.base
>> - Fix copyright year
>>
>>Co-authored-by: Mikhail Yank
> Adds `codePointCount()` overloads to `String`, `Character`,
> `(Abstract)StringBuilder`, and `StringBuffer` to make it possible to
> conveniently retrieve the length of a string as code points without extra
> boundary checks.
>
>
> if (superTremendouslyLongExpressionYieldingAString().codePoi
On Thu, 24 Jul 2025 16:18:41 GMT, Chen Liang wrote:
>> Tatsunori Uchino has updated the pull request incrementally with four
>> additional commits since the last revision:
>>
>> - Discard changes out of than java.base
>> - Fix copyright year
>>
>>Co-authored-by: Mikhail Yankelevich
>
On Thu, 19 Jun 2025 08:08:10 GMT, Per Minborg wrote:
>> This PR aims to Panamize the Java Kqueue implementation, This is based on
>> the work that was previously shared in
>> https://github.com/openjdk/jdk/pull/22307 , The main change since then is
>> that this branch takes advantage of the ch
On Fri, 30 May 2025 12:00:28 GMT, Darragh Clarke wrote:
> This PR aims to Panamize the Java Kqueue implementation, This is based on the
> work that was previously shared in https://github.com/openjdk/jdk/pull/22307
> , The main change since then is that this branch takes advantage of the
> cha
On Thu, 24 Jul 2025 22:07:38 GMT, Mikhail Yankelevich
wrote:
>> Adds `codePointCount()` overloads to `String`, `Character`,
>> `(Abstract)StringBuilder`, and `StringBuffer` to make it possible to
>> conveniently retrieve the length of a string as code points without extra
>> boundary checks.
On Thu, 24 Jul 2025 15:10:37 GMT, Roger Riggs wrote:
> The recommended process for proposing new APIs is to put the proposal to the
> OpenJDK core-libs-dev mail alias.
I glanced over
https://mail.openjdk.org/pipermail/core-libs-dev/2025-July/thread.html and
those for some past months, but I d
> This PR implements nth root computation for BigIntegers using Newton method.
fabioromano1 has updated the pull request incrementally with one additional
commit since the last revision:
Avoid overflow after first iteration
-
Changes:
- all: https://git.openjdk.org/jdk/pull/248
On Fri, 25 Jul 2025 21:25:36 GMT, Alexander Matveev
wrote:
> - Wrong package was generated for SQE. Fixed by generating correct package
> for SQE.
> - Issue with appOutput.txt is not created will be fixed with
> https://bugs.openjdk.org/browse/JDK-8358723.
Marked as reviewed by asemenyuk (Rev
On Thu, 24 Jul 2025 15:17:34 GMT, Raffaello Giulietti
wrote:
>> Shaojin Wen has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Update src/java.base/share/classes/java/lang/StringUTF16.java
>>
>> Co-authored-by: Chen Liang
>
> src/jav
16 matches
Mail list logo