Integrated: 8310735: Build failure after JDK-8310577 with GCC8
Jie Fu
jiefu at openjdk.org
Fri Jun 23 14:13:14 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.
This pull request has now been integrated.
Changeset: e78fd466
Author: Jie Fu <jiefu at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/e78fd46679182b10d726cde37d39a34d9cd9a10a
Stats: 4 lines in 2 files changed: 0 ins; 0 del; 4 mod
8310735: Build failure after JDK-8310577 with GCC8
Reviewed-by: lucy
-------------
PR: https://git.openjdk.org/jdk/pull/14627
More information about the hotspot-dev
mailing list