On Fri, 5 Feb 2021 04:05:12 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
> In a few places where we use streams the try/with/res blocks are added. test/jdk/java/awt/color/ICC_Profile/WriteProfileToFile.java line 43: > 41: testViaDataArray(gold); > 42: testViaFile(gold); > 43: testViaStream(gold); Are we OK with not calling `testViaFile()` and `testViaStream` in case of `testViaDataArray()` failure? ------------- PR: https://git.openjdk.java.net/jdk/pull/2421