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

Shaojin Wen duke at openjdk.org
Mon Aug 12 22:48:57 UTC 2024


On Fri, 2 Aug 2024 04:26:45 GMT, Chen Liang <liach at openjdk.org> wrote:

>> Shaojin Wen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix performance regression caused by args.erase()
>
> Because we load the class in the bootstrap loader so it can access java.lang; means our class cannot see user classes as a result.

Great! according to @liach 's suggestion, we no longer use TrustedLookup, and it is safer to run with lower permissions.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/20273#issuecomment-2285025974


More information about the core-libs-dev mailing list