Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8207113 | 12 | Martin Doerr | P3 | Resolved | Fixed | b03 |
JDK-8207465 | 11.0.2 | Martin Doerr | P3 | Resolved | Fixed | b01 |
JDK-8207575 | 11.0.1 | Martin Doerr | P3 | Resolved | Fixed | b02 |
TestInterfaceMethodSelection has shown a bug in the template interpreter on s390. Restore functions for locals (R12 = Z_tmp_3) and bcp (R13 = Z_tmp_4) are used without having saved the correct values.
In addition, C2 currently uses a constant size for partialSubtypeCheckNode which uses load_const_optimized with variable size.
In addition, C2 currently uses a constant size for partialSubtypeCheckNode which uses load_const_optimized with variable size.
- backported by
-
JDK-8207113 [s390] Prevent restoring incorrect bcp and locals in interpreter and avoid incorrect size of partialSubtypeCheckNode in C2
- Resolved
-
JDK-8207465 [s390] Prevent restoring incorrect bcp and locals in interpreter and avoid incorrect size of partialSubtypeCheckNode in C2
- Resolved
-
JDK-8207575 [s390] Prevent restoring incorrect bcp and locals in interpreter and avoid incorrect size of partialSubtypeCheckNode in C2
- Resolved