RFR: 8255225: compiler/aot tests fail on Windows with NPE during artifact resolution

2020-10-22 Thread Aleksey Shipilev
Bisection shows it started to happen after [JDK-8253660](https://bugs.openjdk.java.net/browse/JDK-8253660). I believe `toString()` there is not very resilient in the face of `null` causes. Example output: $ make run-test TEST=compiler/aot STDERR: java.lang.NullPointerException: Cannot invoke "j

Re: RFR: 8255225: compiler/aot tests fail on Windows with NPE during artifact resolution

2020-10-22 Thread Erik Joelsson
On Thu, 22 Oct 2020 08:55:09 GMT, Aleksey Shipilev wrote: > Bisection shows it started to happen after > [JDK-8253660](https://bugs.openjdk.java.net/browse/JDK-8253660). I believe > `toString()` there is not very resilient in the face of `null` causes. > > Example output: > $ make run-test TES

Re: RFR: 8255225: compiler/aot tests fail on Windows with NPE during artifact resolution

2020-10-22 Thread Aleksey Shipilev
On Thu, 22 Oct 2020 12:53:23 GMT, Erik Joelsson wrote: >> Bisection shows it started to happen after >> [JDK-8253660](https://bugs.openjdk.java.net/browse/JDK-8253660). I believe >> `toString()` there is not very resilient in the face of `null` causes. >> >> Example output: >> $ make run-test

Re: RFR: 8255225: compiler/aot tests fail on Windows with NPE during artifact resolution

2020-10-22 Thread Christoph Langer
On Thu, 22 Oct 2020 08:55:09 GMT, Aleksey Shipilev wrote: > Bisection shows it started to happen after > [JDK-8253660](https://bugs.openjdk.java.net/browse/JDK-8253660). I believe > `toString()` there is not very resilient in the face of `null` causes. > > Example output: > $ make run-test TES