From 5177c0454d520a2534b794c216960c30ba0bb9f6 Mon Sep 17 00:00:00 2001 From: Goetz Lindenmaier Date: Wed, 6 Nov 2024 15:28:40 +0000 Subject: [PATCH] 8343687: [17u] TestAntiDependencyForPinnedLoads requires UTF-8 Reviewed-by: mdoerr --- .../controldependency/TestAntiDependencyForPinnedLoads.java | 1 + 1 file changed, 1 insertion(+) diff --git a/test/hotspot/jtreg/compiler/controldependency/TestAntiDependencyForPinnedLoads.java b/test/hotspot/jtreg/compiler/controldependency/TestAntiDependencyForPinnedLoads.java index 05673015ebe..5d5afbcdff0 100644 --- a/test/hotspot/jtreg/compiler/controldependency/TestAntiDependencyForPinnedLoads.java +++ b/test/hotspot/jtreg/compiler/controldependency/TestAntiDependencyForPinnedLoads.java @@ -25,6 +25,7 @@ * @test * @bug 8337066 * @summary Test that MergeMem is skipped when looking for stores + * @compile -encoding UTF-8 TestAntiDependencyForPinnedLoads.java * @run main/othervm -Xbatch -XX:-TieredCompilation * -XX:CompileCommand=compileonly,java.lang.StringUTF16::reverse * compiler.controldependency.TestAntiDependencyForPinnedLoads