On Wed, 30 Nov 2022 21:47:47 GMT, Dean Long <dl...@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

Reply via email to