-
Enhancement
-
Resolution: Fixed
-
P5
-
None
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 untilJDK-8042901 is integrated)
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
- is blocked by
-
JDK-8042901 Allow com.sun.management to be in a different module to java.lang.management
-
- Resolved
-