RFR: 8285342: Zero build failure with clang due to values not handled in switch
Jie Fu
jiefu at openjdk.java.net
Thu Apr 21 11:12:46 UTC 2022
On Thu, 21 Apr 2022 10:02:17 GMT, Andrew Haley <aph at openjdk.org> wrote:
> `ShouldNotReachHere()` ? Maybe an `assert()` ?
We should not add `ShouldNotReachHere()` or `assert()` here.
This is because the `entry->flag_state()` may be `itos/ftos...`.
The logic is only add one more slot for long/double.
So just do nothing here.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8330
More information about the hotspot-dev
mailing list