https://bugs.openjdk.java.net/browse/JDK-8230505
replaced compares against T_OBJECT and T_ARRAY
with a calls to is_reference_type(type) but did not touch s390 + ppc64 only coding.
The replacements should be done there as well for consistency.
replaced compares against T_OBJECT and T_ARRAY
with a calls to is_reference_type(type) but did not touch s390 + ppc64 only coding.
The replacements should be done there as well for consistency.
- relates to
-
JDK-8230505 Replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type
-
- Resolved
-