Skip to content

Commit f5e9a25

Browse files
SendaoYangnu-andrew
SendaoYan
authored andcommitted
8349166: Bad indentation in backport of JDK-8250825
Reviewed-by: andrew
1 parent fc88d51 commit f5e9a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hotspot/src/share/vm/opto/type.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2560,7 +2560,7 @@ TypeOopPtr::TypeOopPtr(TYPES t, PTR ptr, ciKlass* k, bool xk, ciObject* o, int o
25602560
if (field != NULL) {
25612561
BasicType basic_elem_type = field->layout_type();
25622562
_is_ptr_to_narrowoop = UseCompressedOops && (basic_elem_type == T_OBJECT ||
2563-
basic_elem_type == T_ARRAY);
2563+
basic_elem_type == T_ARRAY);
25642564
} else {
25652565
// unsafe access
25662566
_is_ptr_to_narrowoop = UseCompressedOops;

0 commit comments

Comments
 (0)