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

Erik Joelsson erik.joelsson at oracle.com
Tue Oct 10 10:17:32 UTC 2017


Hello,

This looks good, but in the future, please include build-dev on such 
changes. This one was trivial, but you never know. That way the build 
team is also better able to keep track of any build related changes. I 
only found out about this by stumbling over a conversation on internal chat.

/Erik


On 2017-10-10 03:35, 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