mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
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:
parent
a414a591dd
commit
ee87d187d1
@ -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};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user