On Mon, 30 Nov 2020 17:53:07 GMT, Roger Riggs <[email protected]> wrote:
>> @iignatev could you please review? Thank you.
>>
>> note to self:
>> jtreg test/jdk/java/lang/ProcessBuilder/InheritIO/InheritIoTest.java
>> test/jdk/java/lang/SecurityManager/modules/CustomSecurityManagerTest.java
>> test/jdk/java/lang/Thread/uncaughtexceptions/UncaughtExceptionsTest.java
>> test/jdk/java/lang/annotation/loaderLeak/LoaderLeakTest.java
>
> test/jdk/java/lang/Thread/uncaughtexceptions/UncaughtExceptionsTest.java line
> 40:
>
>> 38: */
>> 39: public class UncaughtExceptionsTest {
>> 40:
>
> As with InheritIO, the nested classes that are invoked can be included in a
> single .java file.
Refactored and moved to [new PR](https://github.com/openjdk/jdk/pull/1578)
-------------
PR: https://git.openjdk.java.net/jdk/pull/1484