jdk10/jdk10 is broken on 32-bit linux
David Holmes
david.holmes at oracle.com
Thu May 4 01:13:25 UTC 2017
With the latest changes in jdk10/jdk10 we are seeing failures of all
jtreg agentvm mode tests on 32-bit linux binaries due to socket
connection failures. And also some OSX failures.
This seems to be have been caused by:
8165437: Evaluate the use of gettimeofday in Networking code
http://hg.openjdk.java.net/jdk10/jdk10/jdk/rev/7cdde79d6a46
due to a truncation issue through using long instead of jlong.
I've notified net-dev and will file a P1 bug to either have this fixed
or backed out.
David
-----
More information about the jdk10-dev
mailing list