RFR: 8310735: Build failure after JDK-8310577 with GCC8
Lutz Schmidt
lucy at openjdk.org
Fri Jun 23 14:02:01 UTC 2023
On Fri, 23 Jun 2023 13:45:21 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> Since `enum BasicType` had been changed to `enum BasicType : u1`, `basic_type >= 0` would be always true.
> So it's safe to remove such conditions in these asserts.
> Thanks.
Changes look good and obviously do fix the build failure.
Thanks for taking care.
-------------
Marked as reviewed by lucy (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/14627#pullrequestreview-1495207155
More information about the hotspot-dev
mailing list