RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test

Daniel Fuchs dfuchs at openjdk.org
Tue Feb 7 15:56:57 UTC 2023


On Mon, 9 Jan 2023 19:54:24 GMT, Matthew Donovan <duke at openjdk.org> wrote:

> Removed SSLSocketParametersTest.sh script (which just called a Java file) and configured the java code to run directly with jtreg

test/jdk/javax/rmi/ssl/SSLSocketParametersTest.java line 192:

> 190:                         throw exc;
> 191:                     }
> 192:                 }

What is the story with the different exception catching here and in case 5? It doesn't look like a simple refactoring. Is another bug being fixed here?

-------------

PR: https://git.openjdk.org/jdk/pull/11910


More information about the core-libs-dev mailing list