Integrated: 8253089: Windows (MSVC 2017) build fails after JDK-8243208
Aleksey Shipilev
shade at openjdk.java.net
Tue Sep 15 05:16:53 UTC 2020
On Mon, 14 Sep 2020 12:58:35 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> It seems that MSVC 2017 is getting confused about the differences in `unsigned int` and `u2`. After a few attempts at
> fixing this, I think we need to use `u2` consistently for hash code computations. `u2` is the final storage type for
> the hash code in `JVMFlagLookup::_hashes`.
This pull request has now been integrated.
Changeset: 3f455f09
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/3f455f09
Stats: 8 lines in 2 files changed: 0 ins; 0 del; 8 mod
8253089: Windows (MSVC 2017) build fails after JDK-8243208
Reviewed-by: mdoerr, goetz, iklam
-------------
PR: https://git.openjdk.java.net/jdk/pull/150
More information about the hotspot-runtime-dev
mailing list