-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
-
b20
-
s390x
Though most of the occurrences were replaced by JDK-8301497 but unfortunately
./templateTable_s390.cpp:2428: // The invokedynamic is unresolved iff method is NULL
./stubGenerator_s390.cpp:3158: if (bs_nm != NULL) {
These two got missed.
./templateTable_s390.cpp:2428: // The invokedynamic is unresolved iff method is NULL
./stubGenerator_s390.cpp:3158: if (bs_nm != NULL) {
These two got missed.