JDK-8211856 : [ppc, s390] ProblemList some failing tests.
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 12
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • CPU: ppc,s390x
  • Submitted: 2018-10-08
  • Updated: 2018-10-15
  • Resolved: 2018-10-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 12
11.0.2Fixed 12 b15Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
The ppc and s390 ports are now part of OpenJDK for 3-4 releases. A great effort was taken to get all jtreg tests working.  

This change adds the few remaining issues to the ProblemsLists of jdk and hotspot after opening bugs for them.

As these tests all fail in jdk11, I would like to downport this to jdk11u.

See also:    
8211769: Port Dtrace support to ppc.
https://bugs.openjdk.java.net/browse/JDK-8211769    
8211771: Port Dtrace support to s390x.
https://bugs.openjdk.java.net/browse/JDK-8211771
8211767: jtreg: Some SA tests are failing on PPC64
https://bugs.openjdk.java.net/browse/JDK-8211767
8211844: [aix] ProcessBuilder: Piping between created processes does not work.
https://bugs.openjdk.java.net/browse/JDK-8211844
8211847: [aix] java/lang/ProcessHandle/InfoTest.java fails: "reported cputime less than expected"
https://bugs.openjdk.java.net/browse/JDK-8211847
8211854: [aix] java/net/ServerSocket/AcceptInheritHandle.java fais: read times out
https://bugs.openjdk.java.net/browse/JDK-8211854
8211851: /java/nio/channels/AsynchronousSocketChannel/StressLoopback.java times out (aix)
https://bugs.openjdk.java.net/browse/JDK-8211851
8211841: [aix] sun/nio/cs/OLD/TestIBMDB.java fails with compilation error
https://bugs.openjdk.java.net/browse/JDK-8211841



Comments
Fix Request As all the tests problem-listed here also fail in jdk11, I would like to downport this. Unfortunately, this change does not apply cleanly. Mostly because the context of the hunks is different. Test serviceability/sa/TestClhsdbJstackLock.java and sun/tools/jhsdb/BasicLauncherTest.java were already listed as failing (on solaris) in jdk/jdk, but not in jdk11u. So I added these two and marked them failing on ppc only. The review thread is here: http://mail.openjdk.java.net/pipermail/jdk-updates-dev/2018-October/000218.html
12-10-2018