mirror of
https://github.com/openjdk/jdk8u.git
synced 2025-12-11 05:44:42 -06:00
8349166: Bad indentation in backport of JDK-8250825
Reviewed-by: andrew
This commit is contained in:
parent
fc88d51510
commit
f5e9a25f32
@ -2560,7 +2560,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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user