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();