RFR(XS): 8232005: [s390] More exception checks missing in interpreter
Doerr, Martin
martin.doerr at sap.com
Tue Oct 8 14:41:45 UTC 2019
Hi,
the template interpreter on s390 misses more exception checks when calling VM functions which may install an async exception (like java.lang.ThreadDeath) at a safepoint.
Bug:
https://bugs.openjdk.java.net/browse/JDK-8232005
These are the two places I found:
http://cr.openjdk.java.net/~mdoerr/8232005_s390_check_exceptions/webrev.00/
Please review.
Best regards,
Martin
More information about the hotspot-runtime-dev
mailing list