Re: RFR: 8346871: Improve robustness of java/util/zip/EntryCount64k.java test

2024-12-29 Thread Jaikiran Pai
On Sun, 29 Dec 2024 14:51:06 GMT, Jaikiran Pai wrote: > Can I please get a review of this test-only change which improves the > `test/jdk/java/util/zip/EntryCount64k.java` test code to allow for it to pass > when the JVM logs any warning when launching an application through `java > -jar ...`?

Re: RFR: 8346871: Improve robustness of java/util/zip/EntryCount64k.java test

2024-12-29 Thread Lance Andersen
On Sun, 29 Dec 2024 14:51:06 GMT, Jaikiran Pai wrote: > Can I please get a review of this test-only change which improves the > `test/jdk/java/util/zip/EntryCount64k.java` test code to allow for it to pass > when the JVM logs any warning when launching an application through `java > -jar ...`?

RFR: 8346871: Improve robustness of java/util/zip/EntryCount64k.java test

2024-12-29 Thread Jaikiran Pai
Can I please get a review of this test-only change which improves the `test/jdk/java/util/zip/EntryCount64k.java` test code to allow for it to pass when the JVM logs any warning when launching an application through `java -jar ...`? The proposed change merely relaxes a check to allow for additi