On Thu, 7 Oct 2021 08:27:47 GMT, Niklas Radomski wrote:
>> Port the Z garbage collector
>> ([JDK-8209683](https://bugs.openjdk.java.net/browse/JDK-8209683)) to linux
>> on ppc64le.
>
> Niklas Radomski has updated the pull request incrementally with two
> additional commits since the last revis
On Thu, 7 Oct 2021 08:27:47 GMT, Niklas Radomski wrote:
>> Port the Z garbage collector
>> ([JDK-8209683](https://bugs.openjdk.java.net/browse/JDK-8209683)) to linux
>> on ppc64le.
>
> Niklas Radomski has updated the pull request incrementally with two
> additional commits since the last revis
On Thu, 7 Oct 2021 13:54:16 GMT, Per Liden wrote:
>> Niklas Radomski has updated the pull request incrementally with two
>> additional commits since the last revision:
>>
>> - Update autoconf error message
>> - Remove copyright headers
>
> src/hotspot/share/gc/z/zBarrierSetAssembler.cpp line
> Port the Z garbage collector
> ([JDK-8209683](https://bugs.openjdk.java.net/browse/JDK-8209683)) to linux on
> ppc64le.
Niklas Radomski has updated the pull request incrementally with three
additional commits since the last revision:
- Remove superfluous copyright change
- Fix predicate co
On Fri, 8 Oct 2021 15:41:47 GMT, Niklas Radomski wrote:
>> Port the Z garbage collector
>> ([JDK-8209683](https://bugs.openjdk.java.net/browse/JDK-8209683)) to linux
>> on ppc64le.
>
> Niklas Radomski has updated the pull request incrementally with three
> additional commits since the last rev
Hello all,
I have been attempting to build OpenJDK-11 for an ARMv7-A system using
Cortex-A7. Output of uname -a for this system is
Linux sun6i 3.3.0 #125 SMP PREEMPT Fri Feb 5 07:04:03 CST 2021 armv7l GNU/Linux
I am at the point where I am unsure where to proceed or what to change, and
haven't
On Fri, 8 Oct 2021 04:43:08 GMT, Cheng Jin
wrote:
> So I am wondering what happened to the system lookup in such case given there
> should be no fundamental difference in leveraging `NativeLibraries` (I assume
> the library loading in OpenJDK16 & 17 is the same at this point) unless there
> i
On Fri, 8 Oct 2021 21:29:19 GMT, Maurizio Cimadamore
wrote:
>> Hi @mcimadamore,
>>
>> As you mentioned at
>> https://github.com/openjdk/jdk/pull/4316#issuecomment-853238872, the system
>> lookup is supported by the underlying `NativeLibraries` which also works on
>> OpenJDK16 to support `Lib
Hi,
This does not look a build issue per se, but rather a Hotspot bug.
On 10/8/21 7:46 PM, John Cummings wrote:
I am using the source from https://hg.openjdk.java.net/jdk/jdk11.
This is an extremely old JDK 11 tree. The most actual one is here:
https://github.com/openjdk/jdk11u-dev/
FWIW,