Integrated: 8293497: Build failure due to MaxVectorSize was not declared when C2 is disabled after JDK-8293254

Jie Fu jiefu at openjdk.org
Thu Sep 8 02:31:50 UTC 2022


On Wed, 7 Sep 2022 15:59:20 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> 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

This pull request has now been integrated.

Changeset: 66772273
Author:    Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/6677227301acf06eb8be264e4eb3e092d0d7442f
Stats:     3 lines in 1 file changed: 3 ins; 0 del; 0 mod

8293497: Build failure due to MaxVectorSize was not declared when C2 is disabled after JDK-8293254

Reviewed-by: dlong

-------------

PR: https://git.openjdk.org/jdk/pull/10202


More information about the hotspot-compiler-dev mailing list