From 84bf8ddaba8ac189a4d0ee78d4d273dc0ba8b28f Mon Sep 17 00:00:00 2001 From: duke Date: Fri, 31 Jan 2025 14:20:06 +0000 Subject: [PATCH] Backport ee87d187d1cab09317b4f0068bfafc68efbbfe56 --- 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 e062cc2053814..98c8aa87cbced 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 static void main(String[] args) { } @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};