From 6804b519ec7be693a808257dbbf88becdae1a425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Galder=20Zamarre=C3=B1o?= Date: Tue, 27 Jan 2026 06:22:47 +0100 Subject: [PATCH] Fix format --- test/hotspot/jtreg/compiler/igvn/TestMinMaxIdentity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/compiler/igvn/TestMinMaxIdentity.java b/test/hotspot/jtreg/compiler/igvn/TestMinMaxIdentity.java index df8f3d6561e..bf5a1fd93b9 100644 --- a/test/hotspot/jtreg/compiler/igvn/TestMinMaxIdentity.java +++ b/test/hotspot/jtreg/compiler/igvn/TestMinMaxIdentity.java @@ -130,7 +130,7 @@ public class TestMinMaxIdentity { applyIfCPUFeatureOr = {"avx", "true", "asimd", "true"}) @IR(counts = {IRNode.#op, "= 1"}, phase = CompilePhase.BEFORE_MACRO_EXPANSION, - applyIfPlatform = { "riscv64", "true" }) + applyIfPlatform = {"riscv64", "true"}) """ : """ @IR(counts = {IRNode.#op, "= 1"},