On Fri, 11 Oct 2024 03:14:40 GMT, SendaoYan wrote:
> Hi all,
> On alinux3(alibaba cloud linux version 3) system, the /tmp disk partition is
> mounted as tmpfs filesystem type, this filesystem type doesn't support create
> time(birth time).
> This PR is a REDO PR of https://github.com/openjdk/jd
On Fri, 11 Oct 2024 04:02:53 GMT, SendaoYan wrote:
>> Hi all,
>> The file
>> `src/jdk.incubator.vector/linux/native/libsleef/lib/vector_math_rvv.c`
>> introduced by [JDK-8341880](https://bugs.openjdk.org/browse/JDK-8341880)
>> native build fails by fedora OS shipped gcc13.
>> Gcc13 doesn't hav
On Wed, 9 Oct 2024 11:52:13 GMT, SendaoYan wrote:
> Hi all,
> There is a gcc version detection bug in `make/autoconf/toolchain.m4`.
> Before this PR, the gcc version detection shell command is:
>
> gcc --version 2>&1 | tr "\n" " " | sed -e 's/ *Copyright .*//' | sed -e
> 's/^.* ([1-9][0-9]*.[0-
On Thu, 10 Oct 2024 07:37:43 GMT, SendaoYan wrote:
> Hi all,
> The file
> `src/jdk.incubator.vector/linux/native/libsleef/lib/vector_math_rvv.c`
> introduced by [JDK-8341880](https://bugs.openjdk.org/browse/JDK-8341880)
> native build fails by fedora OS shipped gcc13.
> Gcc13 doesn't have `__r
On Fri, 11 Oct 2024 03:14:40 GMT, SendaoYan wrote:
> Hi all,
> On alinux3(alibaba cloud linux version 3) system, the /tmp disk partition is
> mounted as tmpfs filesystem type, this filesystem type doesn't support create
> time(birth time).
> This PR is a REDO PR of https://github.com/openjdk/jd
On Fri, 11 Oct 2024 07:44:52 GMT, Hamlin Li wrote:
>> SendaoYan has updated the pull request incrementally with two additional
>> commits since the last revision:
>>
>> - chech gcc and clang verison to determine #include or not
>> - chech gcc and clang verison to determine #include or not
>
On Fri, 11 Oct 2024 04:02:53 GMT, SendaoYan wrote:
>> Hi all,
>> The file
>> `src/jdk.incubator.vector/linux/native/libsleef/lib/vector_math_rvv.c`
>> introduced by [JDK-8341880](https://bugs.openjdk.org/browse/JDK-8341880)
>> native build fails by fedora OS shipped gcc13.
>> Gcc13 doesn't hav
> Hi all,
> The file
> `src/jdk.incubator.vector/linux/native/libsleef/lib/vector_math_rvv.c`
> introduced by [JDK-8341880](https://bugs.openjdk.org/browse/JDK-8341880)
> native build fails by fedora OS shipped gcc13.
> Gcc13 doesn't have `__riscv_v_intrinsic` macro by default, and do have
> `_
On Fri, 11 Oct 2024 07:57:48 GMT, SendaoYan wrote:
>> Hi all,
>> The file
>> `src/jdk.incubator.vector/linux/native/libsleef/lib/vector_math_rvv.c`
>> introduced by [JDK-8341880](https://bugs.openjdk.org/browse/JDK-8341880)
>> native build fails by fedora OS shipped gcc13.
>> Gcc13 doesn't hav
On Fri, 11 Oct 2024 07:57:48 GMT, SendaoYan wrote:
>> Hi all,
>> The file
>> `src/jdk.incubator.vector/linux/native/libsleef/lib/vector_math_rvv.c`
>> introduced by [JDK-8341880](https://bugs.openjdk.org/browse/JDK-8341880)
>> native build fails by fedora OS shipped gcc13.
>> Gcc13 doesn't hav
On Fri, 11 Oct 2024 06:43:33 GMT, Axel Boldt-Christmas
wrote:
>> This is the implementation task for `JEP 490: ZGC: Remove the
>> Non-Generational Mode`. See the JEP for details.
>> [JDK-8335850](https://bugs.openjdk.org/browse/JDK-8335850)
>
> Axel Boldt-Christmas has updated the pull request
On Fri, 11 Oct 2024 19:06:39 GMT, Brian Burkhalter wrote:
> Test passed on Linux-{aarch64,x64}, macOS-{aarch64,x64}, Windows-x64.
Thanks for the verify very much.
-
PR Comment: https://git.openjdk.org/jdk/pull/21462#issuecomment-2408291098
On Thu, 10 Oct 2024 12:25:53 GMT, Kevin Rushforth wrote:
>> Deprecate the `jdk.jsobject` module for removal from the JDK, and ship it
>> with JavaFX instead.
>>
>> See [JDK-8337280](https://bugs.openjdk.org/browse/JDK-8337280) / PR
>> openjdk/jfx#1529 for the JavaFX PR that will include the mo
> Can I get a review for this patch that adds the necessary changes for local
> support of the `tidy` library.
>
> The dependency can be retrieved by running `make/devkit/createTidyBundle.sh`
> on Linux and MacOs systems.
>
> This dependency is primarily going to be used to test the generated
On Fri, 11 Oct 2024 03:14:40 GMT, SendaoYan wrote:
> Hi all,
> On alinux3(alibaba cloud linux version 3) system, the /tmp disk partition is
> mounted as tmpfs filesystem type, this filesystem type doesn't support create
> time(birth time).
> This PR is a REDO PR of https://github.com/openjdk/jd
On Fri, 11 Oct 2024 03:14:40 GMT, SendaoYan wrote:
> Hi all,
> On alinux3(alibaba cloud linux version 3) system, the /tmp disk partition is
> mounted as tmpfs filesystem type, this filesystem type doesn't support create
> time(birth time).
> This PR is a REDO PR of https://github.com/openjdk/jd
On Fri, 11 Oct 2024 03:14:40 GMT, SendaoYan wrote:
> Hi all,
> On alinux3(alibaba cloud linux version 3) system, the /tmp disk partition is
> mounted as tmpfs filesystem type, this filesystem type doesn't support create
> time(birth time).
> This PR is a REDO PR of https://github.com/openjdk/jd
On Fri, 11 Oct 2024 03:14:40 GMT, SendaoYan wrote:
> Hi all,
> On alinux3(alibaba cloud linux version 3) system, the /tmp disk partition is
> mounted as tmpfs filesystem type, this filesystem type doesn't support create
> time(birth time).
> This PR is a REDO PR of https://github.com/openjdk/jd
> Please review this change that adds a new test root `docs` dedicated to
> testing the documentation, which has been a work in progress for a while.
> Tests for links, encoding, HTML, accessibility will be later added in
> following PRs.
>
> We also define a new make target `test-docs` meant
On Fri, 11 Oct 2024 12:53:31 GMT, Nizar Benalla wrote:
>> Can I get a review for this patch that adds the necessary changes for local
>> support of the `tidy` library.
>>
>> The dependency can be retrieved by running `make/devkit/createTidyBundle.sh`
>> on Linux and MacOs systems.
>>
>> This
On Fri, 11 Oct 2024 12:54:42 GMT, Nizar Benalla wrote:
>> Please review this change that adds a new test root `docs` dedicated to
>> testing the documentation, which has been a work in progress for a while.
>> Tests for links, encoding, HTML, accessibility will be later added in
>> following P
On Fri, 11 Oct 2024 12:54:42 GMT, Nizar Benalla wrote:
>> Please review this change that adds a new test root `docs` dedicated to
>> testing the documentation, which has been a work in progress for a while.
>> Tests for links, encoding, HTML, accessibility will be later added in
>> following P
On Fri, 11 Oct 2024 12:54:42 GMT, Nizar Benalla wrote:
>> Please review this change that adds a new test root `docs` dedicated to
>> testing the documentation, which has been a work in progress for a while.
>> Tests for links, encoding, HTML, accessibility will be later added in
>> following P
On Fri, 11 Oct 2024 12:54:42 GMT, Nizar Benalla wrote:
>> Please review this change that adds a new test root `docs` dedicated to
>> testing the documentation, which has been a work in progress for a while.
>> Tests for links, encoding, HTML, accessibility will be later added in
>> following P
On Fri, 11 Oct 2024 12:54:42 GMT, Nizar Benalla wrote:
>> Please review this change that adds a new test root `docs` dedicated to
>> testing the documentation, which has been a work in progress for a while.
>> Tests for links, encoding, HTML, accessibility will be later added in
>> following P
On Fri, 11 Oct 2024 14:37:00 GMT, Chen Liang wrote:
>> Hi all,
>> On alinux3(alibaba cloud linux version 3) system, the /tmp disk partition is
>> mounted as tmpfs filesystem type, this filesystem type doesn't support
>> create time(birth time).
>> This PR is a REDO PR of https://github.com/open
On Fri, 11 Oct 2024 12:54:42 GMT, Nizar Benalla wrote:
>> Please review this change that adds a new test root `docs` dedicated to
>> testing the documentation, which has been a work in progress for a while.
>> Tests for links, encoding, HTML, accessibility will be later added in
>> following P
On Fri, 11 Oct 2024 12:54:42 GMT, Nizar Benalla wrote:
>> Please review this change that adds a new test root `docs` dedicated to
>> testing the documentation, which has been a work in progress for a while.
>> Tests for links, encoding, HTML, accessibility will be later added in
>> following P
On Fri, 11 Oct 2024 12:54:42 GMT, Nizar Benalla wrote:
>> Please review this change that adds a new test root `docs` dedicated to
>> testing the documentation, which has been a work in progress for a while.
>> Tests for links, encoding, HTML, accessibility will be later added in
>> following P
On Fri, 11 Oct 2024 15:55:08 GMT, Nizar Benalla wrote:
> Is it okay to assume that if someone wants to test the generated docs, he
> will have most luckily built them beforehand?
> So it can work if users use `make test TEST=some/specific/test/in/docs`,
> while not being ideal.
I definitely th
On Fri, 11 Oct 2024 12:54:42 GMT, Nizar Benalla wrote:
>> Please review this change that adds a new test root `docs` dedicated to
>> testing the documentation, which has been a work in progress for a while.
>> Tests for links, encoding, HTML, accessibility will be later added in
>> following P
On Fri, 11 Oct 2024 12:53:31 GMT, Nizar Benalla wrote:
>> Can I get a review for this patch that adds the necessary changes for local
>> support of the `tidy` library.
>>
>> The dependency can be retrieved by running `make/devkit/createTidyBundle.sh`
>> on Linux and MacOs systems.
>>
>> This
32 matches
Mail list logo