RFR: 8367531: Template Framework: use scopes and tokens instead of misbehaving immediate-return-queries [v11]

Emanuel Peter epeter at openjdk.org
Wed Nov 5 11:40:40 UTC 2025


On Wed, 5 Nov 2025 07:05:21 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

>> Emanuel Peter has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   small adjustments after call with Roberto and Christian
>
> test/hotspot/jtreg/testlibrary_tests/template_framework/examples/TestTutorial.java line 371:
> 
>> 369:             // replacements escape the scope.
>> 370:             transparentScope(
>> 371:                 let("x", 11), // escape escopes the "transparentScope".
> 
> Did you mean the following?
> Suggestion:
> 
>                 let("x", 11), // escapes the "transparentScope".

Probably 😆

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27255#discussion_r2494080909


More information about the hotspot-compiler-dev mailing list