From ee87d187d1cab09317b4f0068bfafc68efbbfe56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Lund=C3=A9n?= Date: Fri, 31 Jan 2025 14:09:15 +0000 Subject: [PATCH] 8348658: [AArch64] The node limit in compiler/codegen/TestMatcherClone.java is too strict Co-authored-by: Aleksey Shipilev Reviewed-by: shade, kvn --- test/hotspot/jtreg/compiler/codegen/TestMatcherClone.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/hotspot/jtreg/compiler/codegen/TestMatcherClone.java b/test/hotspot/jtreg/compiler/codegen/TestMatcherClone.java index e062cc20538..98c8aa87cbc 100644 --- a/test/hotspot/jtreg/compiler/codegen/TestMatcherClone.java +++ b/test/hotspot/jtreg/compiler/codegen/TestMatcherClone.java @@ -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};