Cleanup: Inline & remove sun.management.Util.newException

XMLWordPrintable

      From Mandy:

      newException was added before RuntimeException constructor takes a Throwable. It used to require to say "new RuntimeException" and then followed with initCause(e) and throw e.

      With the new RuntimeException constructor taking a Throwable, this newException method is silly.

      (should wait until JDK-8042901 is integrated)

            Assignee:
            Jaikiran Pai
            Reporter:
            Daniel Fuchs
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: