RFR: 8285342: Zero build failure with clang due to values not handled in switch [v2]
Aleksey Shipilev
shade at openjdk.java.net
Thu Apr 21 16:31:29 UTC 2022
On Thu, 21 Apr 2022 11:19:27 GMT, Jie Fu <jiefu at openjdk.org> wrote:
>> Hi all,
>>
>> May I get reviews for this trivial change?
>>
>> It fixes zero build failure with clang due to values not handled in switch.
>>
>> Thanks.
>> Best regards,
>> Jie
>
> Jie Fu has updated the pull request incrementally with one additional commit since the last revision:
>
> Add ShouldNotReachHere()
Looks fine. Please run `make bootcycle-images` on some Zero config, to test that we never actually hit the `ShouldNotReachHere`?
-------------
Marked as reviewed by shade (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/8330
More information about the hotspot-dev
mailing list