8348658: [AArch64] The node limit in compiler/codegen/TestMatcherClone.java is too strict

Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Reviewed-by: shade, kvn
This commit is contained in:
Daniel Lundén 2025-01-31 14:09:15 +00:00
parent a414a591dd
commit ee87d187d1

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2025, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -47,7 +47,7 @@ public class TestMatcherClone {
}
@Test(compLevel = CompLevel.C2)
@IR(counts = {IRNode.ADD_P_OF, "reg_imm", "<200"},
@IR(counts = {IRNode.ADD_P_OF, "reg_imm", "<400"},
phase = CompilePhase.MATCHING)
public void test() {
iArr = new int[] {x % 2};