Re: RFR: 8336462: ConcurrentSkipListSet Javadoc incorrectly warns about size method complexity

2024-08-04 Thread Jaikiran Pai
On Tue, 30 Jul 2024 09:24:12 GMT, Viktor Klang wrote: > Removes some of the old wording around the algorithmic complexity of > ConcurrentSkipListSet::size() while still retaining the warning around the > accuracy of the returned result. Doug has reviewed this doc-only change and the proposed u

Re: RFR: 8336289: Obliterate most references to _snprintf in the Windows JDK [v3]

2024-08-04 Thread Jaikiran Pai
On Tue, 16 Jul 2024 08:59:20 GMT, Julian Waters wrote: >> snprintf has been available for all officially and unofficially supported >> compilers for Windows, Visual Studio since version 2015 and gcc since, well, >> forever. snprintf is conforming to C99 since the start when compiling using >>

Re: RFR: 8336856: Optimize String Concat [v29]

2024-08-04 Thread Shaojin Wen
> This PR implements the same algorithm as the current generateMHInlineCopy > based on bytecode to improve startup performance. Shaojin Wen has updated the pull request incrementally with four additional commits since the last revision: - copyright - add comments & code style & make code clea

Re: RFR: 8336289: Obliterate most references to _snprintf in the Windows JDK [v3]

2024-08-04 Thread Julian Waters
On Tue, 16 Jul 2024 08:59:20 GMT, Julian Waters wrote: >> snprintf has been available for all officially and unofficially supported >> compilers for Windows, Visual Studio since version 2015 and gcc since, well, >> forever. snprintf is conforming to C99 since the start when compiling using >>

Re: RFR: 8336856: Optimize String Concat [v28]

2024-08-04 Thread Shaojin Wen
On Sun, 4 Aug 2024 16:09:08 GMT, Shaojin Wen wrote: >> This PR implements the same algorithm as the current generateMHInlineCopy >> based on bytecode to improve startup performance. > > Shaojin Wen has updated the pull request incrementally with 11 additional > commits since the last revision:

Re: RFR: 8336856: Optimize String Concat [v28]

2024-08-04 Thread Shaojin Wen
> This PR implements the same algorithm as the current generateMHInlineCopy > based on bytecode to improve startup performance. Shaojin Wen has updated the pull request incrementally with 11 additional commits since the last revision: - 1. split length & coder & prepend method 2. fix commen

Re: Gatherers -- windowBy

2024-08-04 Thread David Alayachew
Just realized that 4 and 5 will become dead links after my next commit. So here is a link tied to the commit. https://github.com/davidalayachew/HowFastCanYouType/blob/e3ed9880a0927e84ebf8e5858cdcca9581186034/src/main/java/HowFastCanYouTypeModule/HowFastCanYouTypePackage/GUI.java#L151 On Sun, Aug

Re: Gatherers -- conditionalWindowFixed?

2024-08-04 Thread David Alayachew
Hello, Sorry I didn't respond when I said I was going to. I have been juggling some pretty severe personal emergencies. So, not only am I overdue on this, but I don't really have the energy to make the full post I originally wanted to. Regardless, I have made a new thread posting my findings, and

Gatherers -- windowBy

2024-08-04 Thread David Alayachew
Hello Core Libs Dev Team, Apologies for the massive delay. I have been juggling many severe personal emergencies, and thus, did not have time or strength to follow up on the previous thread -- https://mail.openjdk.org/pipermail/core-libs-dev/2024-January/117718.html As mentioned in my previous th