Configure fails when attempting to cross-compile jdk 8

2024-07-09 Thread Kurt Stine
Hi Everyone, I’m running into an issue when trying to cross-compile the latest jdk8u for powerpc (32 bit). I am cross-compiling from x86_64 with Azul Zulu JDK 7 as my boot JDK. Whenever I try and run "bash configure --openjdk-target=powerpc-linux --with-jvm-variants=zero", configure results in

Integrated: 8335911: Document ccls indexer in doc/ide.md

2024-07-09 Thread Volker Simonis
On Mon, 8 Jul 2024 18:17:06 GMT, Volker Simonis wrote: > `doc/ide.md` should also mention the [ccls > indexer](https://github.com/MaskRay/ccls/wiki/Visual-Studio-Code). > > Project files for it can be created by `make vscode-project-ccls`. This pull request has now been integrated. Changeset:

Re: RFR: 8312425: [vectorapi] AArch64: Optimize vector math operations with SLEEF [v11]

2024-07-09 Thread Hamlin Li
> Hi, > Can you help to review the patch? > This pr is based on previous work and discussion in [pr > 16234](https://github.com/openjdk/jdk/pull/16234), [pr > 18294](https://github.com/openjdk/jdk/pull/18294). > * NOTE: This pr depends on https://github.com/openjdk/jdk/pull/19185, which > includ

Re: RFR: 8312425: [vectorapi] AArch64: Optimize vector math operations with SLEEF [v10]

2024-07-09 Thread Hamlin Li
> Hi, > Can you help to review the patch? > This pr is based on previous work and discussion in [pr > 16234](https://github.com/openjdk/jdk/pull/16234), [pr > 18294](https://github.com/openjdk/jdk/pull/18294). > * NOTE: This pr depends on https://github.com/openjdk/jdk/pull/19185, which > includ