-
Bug
-
Resolution: Fixed
-
P4
-
openjdk8u452
-
b01
-
b03
-
generic
-
generic
The backport of JDK-8250825 did not correct the indentation of the basic_elem_type == T_ARRAY line to match the new line above, as in the 11u backport.
$ diff -u ../jdk11u-dev/src/hotspot/share/opto/type.cpp hotspot/src/share/vm/opto/type.cpp|grep basic_elem
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);
See https://hg.openjdk.org/jdk-updates/jdk11u/rev/c7468cba62a0#l1.23
vs https://github.com/openjdk/jdk8u-dev/commit/8b08668b22c3d0eb52e3b27b2aecd725d670a345#diff-440e70514ef178f5414824eca4b93443904324f986b197123975eacdbbb2c0ffR2561
$ diff -u ../jdk11u-dev/src/hotspot/share/opto/type.cpp hotspot/src/share/vm/opto/type.cpp|grep basic_elem
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);
See https://hg.openjdk.org/jdk-updates/jdk11u/rev/c7468cba62a0#l1.23
vs https://github.com/openjdk/jdk8u-dev/commit/8b08668b22c3d0eb52e3b27b2aecd725d670a345#diff-440e70514ef178f5414824eca4b93443904324f986b197123975eacdbbb2c0ffR2561
- relates to
-
JDK-8349078 C2 crashes with assert(field != __null) failed: missing field
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk8u-dev/f5e9a25f
-
Review(master) openjdk/jdk8u-dev/619