RFR: 7903217: jtreg could try killing descendants of stuck test, before timing out the test [v4]

Jonathan Gibbons jjg at openjdk.org
Thu Nov 17 18:11:50 UTC 2022


On Mon, 22 Aug 2022 17:08:00 GMT, Gerard Ziemski <gziemski at openjdk.org> wrote:

>> src/share/classes/com/sun/javatest/diff/SuperDiff.java line 286:
>> 
>>> 284: 
>>> 285:         final transient Set<String> platforms = new TreeSet<>();
>>> 286:         final transient Map<String, Info> infoTable = new HashMap<>();
>> 
>> This seems totally unrelated
>
> I wasn't able to compile jtreg without this modification, and I thought that including this change would help others in similar situation, but I can take it out and either leave it out completely or do a separate PR if you wish?

It may be an artifact of the JDK you use to build jtreg.   I recommend using JDK 11.

-------------

PR: https://git.openjdk.org/jtreg/pull/97


More information about the jtreg-dev mailing list