On 8/11/2017 3:05 AM, jesper.wilhelms...@oracle.com wrote:
Including build-dev.

On 7 Nov 2017, at 17:56, jesper.wilhelms...@oracle.com wrote:

Hi,

Please review this minor change to use the latest jtreg version in HotSpot 
testing.
This should get rid of the SocketTimeoutExceptions that we currently see in the 
HotSpot nightly.

More importantly it fixes the java/time TCK test failures caused by jtreg b09! But that fix needs to go into jdk/jdk not jdk/hs as CI is broken since the hs integration!

David


Bug: https://bugs.openjdk.java.net/browse/JDK-8190865 
<https://bugs.openjdk.java.net/browse/JDK-8190865>

Patch:

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
@@ -1060,7 +1060,7 @@
         jtreg: {
             server: "javare",
             revision: "4.2",
- build_number: "b09",
+ build_number: "b10",
             checksum_file: "MD5_VALUES",
             file: "jtreg_bin-4.2.zip",
             environment_name: "JT_HOME",

Thanks,
/Jesper


Reply via email to