RFR: 8256655: rework long counted loop handling [v2]
Roland Westrelin
roland at openjdk.java.net
Fri Nov 20 12:00:10 UTC 2020
On Fri, 20 Nov 2020 08:13:55 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> This fails to build on Windows:
> ` [2020-11-20T08:11:03,704Z] ./open/src/hotspot/share/opto/loopnode.cpp(821): error C2065: 'ulong': undeclared identifier [2020-11-20T08:11:03,704Z] ./open/src/hotspot/share/opto/loopnode.cpp(821): error C2146: syntax error: missing ')' before identifier 'iters_limit' [2020-11-20T08:11:03,704Z] ./open/src/hotspot/share/opto/loopnode.cpp(821): error C2146: syntax error: missing ';' before identifier 'iters_limit' [2020-11-20T08:11:03,704Z] ./open/src/hotspot/share/opto/loopnode.cpp(821): error C2065: 'ulong': undeclared identifier [2020-11-20T08:11:03,704Z] ./open/src/hotspot/share/opto/loopnode.cpp(821): error C2059: syntax error: ')'`
Build issues should be fixed now.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1316
More information about the hotspot-compiler-dev
mailing list