Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8076089

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)

            jpai Jaikiran Pai
            dfuchs Daniel Fuchs
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: