From e5f09691f8986422edb8abd2b080ac9b0d4d3e8c Mon Sep 17 00:00:00 2001 From: Emanuel Peter Date: Wed, 28 Jan 2026 11:47:58 +0100 Subject: [PATCH] Jatins typo fix part 1 Co-authored-by: Jatin Bhateja --- .../org/openjdk/bench/vm/compiler/VectorAlgorithmsImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/micro/org/openjdk/bench/vm/compiler/VectorAlgorithmsImpl.java b/test/micro/org/openjdk/bench/vm/compiler/VectorAlgorithmsImpl.java index 3cfec139c50..5ab057329d3 100644 --- a/test/micro/org/openjdk/bench/vm/compiler/VectorAlgorithmsImpl.java +++ b/test/micro/org/openjdk/bench/vm/compiler/VectorAlgorithmsImpl.java @@ -677,7 +677,7 @@ public class VectorAlgorithmsImpl { } // X4: ints simulate 4-byte oops. - // oops: if non-zero (= non-null), every entry simpulates a 4-byte oop, pointing into mem. + // oops: if non-zero (= non-null), every entry simulates a 4-byte oop, pointing into mem. // mem: an int array that simulates the memory. // // Task: Find all non-null oops, and dereference them, get the relevant field.