Re: RFR: 8336856: Efficient hidden class-based string concatenation strategy [v48]

2024-08-13 Thread Shaojin Wen
On Tue, 13 Aug 2024 08:04:07 GMT, Claes Redestad wrote: >> Shaojin Wen has updated the pull request incrementally with one additional >> commit since the last revision: >> >> add jtreg HiddenClassUnloading > > test/jdk/java/lang/String/concat/HiddenClassUnloading.java line 67: > >> 65:

Re: RFR: 8336856: Efficient hidden class-based string concatenation strategy [v48]

2024-08-13 Thread Claes Redestad
On Tue, 13 Aug 2024 01:39:33 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 one additional > commit since the last revision:

Re: RFR: 8336856: Efficient hidden class-based string concatenation strategy [v48]

2024-08-12 Thread Shaojin Wen
On Tue, 13 Aug 2024 01:39:33 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 one additional > commit since the last revision:

Re: RFR: 8336856: Efficient hidden class-based string concatenation strategy [v48]

2024-08-12 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 one additional commit since the last revision: add jtreg HiddenClassUnloading - Changes: