On Wed, 26 Jan 2022 04:35:58 GMT, Jaikiran Pai <j...@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. This pull request has now been integrated. Changeset: 89083019 Author: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/890830196dea3dfacef231b458fa4a459791c2bb Stats: 11 lines in 3 files changed: 0 ins; 4 del; 7 mod 8076089: Cleanup: Inline & remove sun.management.Util.newException Reviewed-by: kevinw, amenkov, dfuchs, sspitsyn ------------- PR: https://git.openjdk.java.net/jdk/pull/7226