RFR: 8293497: Build failure due to MaxVectorSize was not declared when C2 is disabled after JDK-8293254
Jie Fu
jiefu at openjdk.org
Wed Sep 7 16:05:32 UTC 2022
Hi all,
Please review this trivial fix which fixes the build failure when C2 is disabled due to the definition of `MaxVectorSize` is missing.
Thanks.
Best regards,
Jie
-------------
Commit messages:
- 8293497: Build failure due to MaxVectorSize was not declared when C2 is disabled after JDK-8293254
Changes: https://git.openjdk.org/jdk/pull/10202/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10202&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8293497
Stats: 3 lines in 1 file changed: 3 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/10202.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/10202/head:pull/10202
PR: https://git.openjdk.org/jdk/pull/10202
More information about the hotspot-compiler-dev
mailing list