On Tue, 3 Mar 2026 14:12:13 GMT, Yasumasa Suenaga <[email protected]> wrote:
> [JDK-8378312](https://bugs.openjdk.org/browse/JDK-8378312) updated method > signature to intrinsify functions provided by SVML / SLEEF. However it does > not have change for X-Vector.java.template, so DoubleVector.java and > FloatVector.java would be back to older signature if the developer > re-generate Vecotr API source code via gen-src.sh. > > This PR fixes to align X-Vector.java.template with current DoubleVector and > FloatVector. This pull request has now been integrated. Changeset: 0729d1d8 Author: Yasumasa Suenaga <[email protected]> URL: https://git.openjdk.org/jdk/commit/0729d1d82207de856fdd8d2fe2a2ea4a0b8694a2 Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod 8379039: Build failure on vector API source generation after JDK-8378312 Reviewed-by: jbhateja, psandoz ------------- PR: https://git.openjdk.org/jdk/pull/30025
