RFR (xs): JDK-8189071 - Require jtreg 4.2 b09

jesper.wilhelmsson at oracle.com jesper.wilhelmsson at oracle.com
Tue Oct 10 01:52:07 UTC 2017


Thanks David!
/Jesper

> On 10 Oct 2017, at 03:45, David Holmes <david.holmes at oracle.com> wrote:
> 
> Reviewed!
> 
> Push it under trivial rules.
> 
> Thanks,
> David
> 
> On 10/10/2017 11:35 AM, jesper.wilhelmsson at oracle.com wrote:
>> Hi,
>> Can I have a review of this trivial fix to update the jib-profile to require the latest version of jtreg. This to get rid of the SocketTimeoutException that we see in the hotspot nightlies.
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8189071
>> The change is:
>> diff --git a/make/conf/jib-profiles.js b/make/conf/jib-profiles.js
>> --- a/make/conf/jib-profiles.js
>> +++ b/make/conf/jib-profiles.js
>> @@ -1063,7 +1063,7 @@
>>          jtreg: {
>>              server: "javare",
>>              revision: "4.2",
>> -            build_number: "b08",
>> +            build_number: "b09",
>>              checksum_file: "MD5_VALUES",
>>              file: "jtreg_bin-4.2.zip",
>>              environment_name: "JT_HOME",
>> Thanks,
>> /Jesper



More information about the hotspot-dev mailing list