RFR: 8373722: [TESTBUG] compiler/vectorapi/TestVectorOperationsWithPartialSize.java fails intermittently [v2]
Eric Fang
erfang at openjdk.org
Thu Dec 25 10:40:04 UTC 2025
On Thu, 25 Dec 2025 09:39:08 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> The testing logic has been proved wrong with negative floats.
In my view, the implementations of the `add reduce` operation, as well as the test logic, are sound. Because the vector API does not require a strict order of computation to this API.
The main discussion point seems to be how we define a good tolerance computation model for all cases, which is not the primary focus of this particular test ?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/28960#issuecomment-3691293591
More information about the hotspot-compiler-dev
mailing list