RFR (xs): JDK-8189071 - Require jtreg 4.2 b09
jesper.wilhelmsson at oracle.com
jesper.wilhelmsson at oracle.com
Tue Oct 10 01:52:26 UTC 2017
Thanks George!
/Jesper
> On 10 Oct 2017, at 03:50, George Triantafillou <george.triantafillou at oracle.com> wrote:
>
> Hi Jesper,
>
> Looks good.
>
> -George
> On 10/9/2017 9:35 PM, 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