From 1453502a8b6006a0f9d502bbde02037f6e5d655d Mon Sep 17 00:00:00 2001 From: sendaoYan Date: Sat, 1 Feb 2025 11:37:02 +0800 Subject: [PATCH] 8349166: Bad indentation in backport of JDK-8250825 --- hotspot/src/share/vm/opto/type.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotspot/src/share/vm/opto/type.cpp b/hotspot/src/share/vm/opto/type.cpp index 556e74fa5c..d0a92fa83d 100644 --- a/hotspot/src/share/vm/opto/type.cpp +++ b/hotspot/src/share/vm/opto/type.cpp @@ -2558,7 +2558,7 @@ TypeOopPtr::TypeOopPtr(TYPES t, PTR ptr, ciKlass* k, bool xk, ciObject* o, int o if (field != NULL) { BasicType basic_elem_type = field->layout_type(); _is_ptr_to_narrowoop = UseCompressedOops && (basic_elem_type == T_OBJECT || - basic_elem_type == T_ARRAY); + basic_elem_type == T_ARRAY); } else { // unsafe access _is_ptr_to_narrowoop = UseCompressedOops;