JDK-8336827 : compiler/vectorization/TestFloat16VectorConvChain.java timeouts on ppc64 platforms after JDK-8335860
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 24
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: ppc
  • Submitted: 2024-07-19
  • Updated: 2024-07-29
  • Resolved: 2024-07-24
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 24
24 b08Fixed
Related Reports
Relates :  
Relates :  
Description
After JDK-8335860, we see a lot of timeouts in test compiler/vectorization/TestFloat16VectorConvChain.java 
on the ppc64 based platforms.
The timeouts show up especially with the (fast)debug binaries.
Comments
Changeset: 5b4824cf Branch: master Author: Matthias Baesken <mbaesken@openjdk.org> Date: 2024-07-24 07:21:45 +0000 URL: https://git.openjdk.org/jdk/commit/5b4824cf9aba297fa6873ebdadc0e9545647e90d
24-07-2024

Very long runtimes were also observed on s390x. Seems some implementation is missing on ppc and s390x, that#s why the performance of the test is very bad on those platforms.
24-07-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/20276 Date: 2024-07-22 06:48:14 +0000
22-07-2024

Seems increasing timeouts helps.
22-07-2024