RFR: 8254166: Zero: return-type warning in zeroInterpreter_zero.cpp [v2]

Aleksey Shipilev shade at openjdk.java.net
Wed Oct 7 15:59:24 UTC 2020


On Wed, 7 Oct 2020 15:52:11 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

>> Aleksey Shipilev has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Added comment
>
> src/hotspot/cpu/zero/zeroInterpreter_zero.cpp line 143:
> 
>> 141:     default:
>> 142:       ShouldNotReachHere();
>> 143:       return result;
> 
> Perhaps add a `// silence compiler` comment to the return?

Right. Added in new revision.

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

PR: https://git.openjdk.java.net/jdk/pull/545


More information about the hotspot-dev mailing list