RFR: JDK-8243154 Fix deprecation warnings in failure handler
Magnus Ihse Bursie
magnus.ihse.bursie at oracle.com
Mon Apr 20 09:20:58 UTC 2020
The failure handler has two places where deprecated methods are used.
This results in warnings that are not possible to suppress. This patch
fixes the code in those places.
This patch is part of the ongoing effort to make the entire build free
of warnings.
Bug: https://bugs.openjdk.java.net/browse/JDK-8243154
WebRev:
http://cr.openjdk.java.net/~ihse/JDK-8243154-fix-failurehandler-deprecations/webrev.01
/Magnus
More information about the hotspot-dev
mailing list