RFR: JDK-8286666: JEP 429: Implementation of Scoped Values (Incubator) [v33]

Andrew Haley aph at openjdk.org
Thu Dec 1 18:24:39 UTC 2022


On Wed, 30 Nov 2022 21:47:47 GMT, Dean Long <dlong at openjdk.org> wrote:

>> Andrew Haley has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Unused variable
>
> src/hotspot/share/prims/jvm.cpp line 1385:
> 
>> 1383:   vframeStream vfst(thread);
>> 1384:   for(; !vfst.at_end(); vfst.next()) {
>> 1385:     int loc = 0;
> 
> Use -1 instead (see below)?

Good idea, thanks.

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

PR: https://git.openjdk.org/jdk/pull/10952


More information about the core-libs-dev mailing list