On Tue, 10 Sep 2024 13:28:55 GMT, Chen Liang wrote:
> After all, this patch will still be valid with ClassEntry hash updates.
Thanks for checking and reviewing!
-
PR Comment: https://git.openjdk.org/jdk/pull/20925#issuecomment-2340800697
On Mon, 9 Sep 2024 22:53:28 GMT, Claes Redestad wrote:
> Misc improvements to InnerClassLambdaMetafactory and InvokerBytecodeGenerator:
> - Define `ClassEntry` early, use it when profitable (there are some warts in
> the API where using `ce.name(), ce.type()` in a few places means we drop the
>
On Mon, 9 Sep 2024 23:27:14 GMT, Chen Liang wrote:
>> Misc improvements to InnerClassLambdaMetafactory and
>> InvokerBytecodeGenerator:
>> - Define `ClassEntry` early, use it when profitable (there are some warts in
>> the API where using `ce.name(), ce.type()` in a few places means we drop the
On Mon, 9 Sep 2024 22:53:28 GMT, Claes Redestad wrote:
> Misc improvements to InnerClassLambdaMetafactory and InvokerBytecodeGenerator:
> - Define `ClassEntry` early, use it when profitable (there are some warts in
> the API where using `ce.name(), ce.type()` in a few places means we drop the
>
Misc improvements to InnerClassLambdaMetafactory and InvokerBytecodeGenerator:
- Define `ClassEntry` early, use it when profitable (there are some warts in
the API where using `ce.name(), ce.type()` in a few places means we drop the
link to the `ClassDesc` which will then be re-spun in later - sh