Re: build issues after 8211029 on gcc4.8 and our porting Linux platforms (ppc64(le)/ s390x)

2018-09-25 Thread Roman Kennke
Related, I've also filed: https://bugs.openjdk.java.net/browse/JDK-8211071 and waiting for review here: http://mail.openjdk.java.net/pipermail/core-libs-dev/2018-September/055666.html Thanks, Roman > Hello, one additonal info , my colleague looking into the compile issues > after 8211029 f

RE: build issues after 8211029 on gcc4.8 and our porting Linux platforms (ppc64(le)/ s390x)

2018-09-25 Thread Baesken, Matthias
Thanks for the heads-up, we've seen this one too but noticed that you had already a bug opened . Best regards, Matthias > -Original Message- > From: Roman Kennke > Sent: Dienstag, 25. September 2018 17:05 > To: Baesken, Matthias ; 'build- > d...@openjdk.java.net' ; net-dev d...@open

RE: build issues after 8211029 on gcc4.8 and our porting Linux platforms (ppc64(le)/ s390x)

2018-09-25 Thread Baesken, Matthias
Hello, one additonal info , my colleague looking into the compile issues after 8211029 found this error , when compiling on linuxx86_64 : === Output from failing command(s) repeated here === * For target support_native_java.base_libnet_DatagramPacket.o: In file included from /OpenJDK/82103

Re: RFR [12] 8211092: test/jdk/sun/net/www/http/HttpClient/MultiThreadTest.java fails intermittently when cleaning up

2018-09-25 Thread Chris Hegarty
Thanks Daniel, Let’s postpone any potential change to the test until jtreg b14 is promoted. See http://mail.openjdk.java.net/pipermail/net-dev/2018-September/011775.html -Chris. > On 25 Sep 2018, at 10:17, Daniel Fuchs wrote: > > Hi Chris, > > I was looking at that test too - especially WR

Re: RFR [12] 8211099: ProblemList two networking tests until jtreg b14 is promoted

2018-09-25 Thread Alan Bateman
Looks fine. On 25/09/2018 14:46, Chris Hegarty wrote: The following two networking tests have an issue when jtreg performs its post-run clean up actions ( which is tracked by 8208690 ). The jtreg issue, 7902259, has been fixed but is not yet in a promoted build. Re-ProblemList two networking te

RFR [12] 8211099: ProblemList two networking tests until jtreg b14 is promoted

2018-09-25 Thread Chris Hegarty
The following two networking tests have an issue when jtreg performs its post-run clean up actions ( which is tracked by 8208690 ). The jtreg issue, 7902259, has been fixed but is not yet in a promoted build. Re-ProblemList two networking tests until jtreg b14 is promoted. diff --git a/test/jdk/

Re: RFR [12] 8211092: test/jdk/sun/net/www/http/HttpClient/MultiThreadTest.java fails intermittently when cleaning up

2018-09-25 Thread Daniel Fuchs
Hi Chris, I was looking at that test too - especially WRT to this comment at the beginning: /* * This tests keep-alive behavior using chunkedinputstreams * It checks that keep-alive connections are used and also * that requests are not being repeated (due to errors) * * It also checks that

RFR [12] 8211092: test/jdk/sun/net/www/http/HttpClient/MultiThreadTest.java fails intermittently when cleaning up

2018-09-25 Thread Chris Hegarty
This is a test-only change to allow the test to terminate its worker threads more timely, rather than leaving it to jtreg ( which has caused some issues, see 8208690 and 7902259 ). The test now closes the worker's socket so that the worker thread, that blocked may be blocked in a socket read, can e