On Tue, 21 Jun 2022 06:40:36 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> Can I please get a review for this change which proposes to remove the > `CompressorPluginTest` from the problemlist? > > This test was problem listed since it had intermittently failed with odd > exception in the past (https://bugs.openjdk.org/browse/JDK-8247407). Over the > past several months I have attempted multiple runs of this test (with very > high test repeats) both locally as well as a CI setup to see if this is still > reproducible. So far, I haven't been able to reproduce it. Given the odd > exception it was throwing originally, it's hard to say what the issue could > have been (and whether it got fixed in recent times), but since it isn't > reproducible now, I would like to remove this from the problemlist. If it > does fail again, I'll go ahead and collect some additional details to help > narrow this down. This pull request has now been integrated. Changeset: affbd72a Author: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/affbd72aa3dce80e2ad54ff775c6f7469f38b05b Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod 8288744: Remove tools/jlink/plugins/CompressorPluginTest.java from problemlist Reviewed-by: alanb ------------- PR: https://git.openjdk.org/jdk/pull/9221