From aaff71692ec445c016970a8a68fe7dab5c6db848 Mon Sep 17 00:00:00 2001 From: Simon Tooke Date: Mon, 20 Apr 2026 09:46:25 -0400 Subject: [PATCH] remove whitespace --- test/hotspot/gtest/runtime/test_os.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/gtest/runtime/test_os.cpp b/test/hotspot/gtest/runtime/test_os.cpp index 6dd75178336..75694db409d 100644 --- a/test/hotspot/gtest/runtime/test_os.cpp +++ b/test/hotspot/gtest/runtime/test_os.cpp @@ -191,7 +191,7 @@ TEST_VM(os, test_print_location) { MutexLocker lock(ClassLoaderDataGraph_lock); assert_test_pattern(obj, "is_unlocked"); } - + // Hash the object then print it. { intx hash = h_obj->identity_hash();