RFR: 8076089: Cleanup: Inline & remove sun.management.Util.newException
Serguei Spitsyn
sspitsyn at openjdk.java.net
Wed Jan 26 16:52:28 UTC 2022
On Wed, 26 Jan 2022 04:35:58 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
> Can I please get a review for this cleanup that's requested in https://bugs.openjdk.java.net/browse/JDK-8076089?
>
> The change here removes a package private method `sun.management.Util.newException(Exception e)` and inlines its implementation at the caller locations.
>
> Given the nature of this change no new jtreg tests have been added.
Good simplification.
Thanks,
Serguei
-------------
Marked as reviewed by sspitsyn (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/7226
More information about the serviceability-dev
mailing list