RFR: 8231584: Deadlock with ClassLoader.findLibrary and System.loadLibrary call

Mandy Chung mandy.chung at oracle.com
Thu Oct 10 21:28:13 UTC 2019


On 10/10/19 9:54 AM, Anton Kozlov wrote:
> Updated review is:
>
> http://cr.openjdk.java.net/~akozlov/8231584/webrev.04/

Nit:

  112         try {
  113             loader = new TestClassLoader();
  114         } catch (MalformedURLException e) {
  115             throw new RuntimeException(e);
  116         }

Since the method throws Exception, this try-catch block is not needed.

The start year of the copyright in the new test files should be 2019.
Otherwise, looks good.

Is there anyone sponsoring this patch for you?  If not, I can do that.

thanks
Mandy



More information about the core-libs-dev mailing list