Re: RFR: 8274851: [PPC64] Port zgc to linux on ppc64le [v2]

2021-10-08 Thread Martin Doerr
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

Re: RFR: 8274851: [PPC64] Port zgc to linux on ppc64le [v2]

2021-10-08 Thread Erik Ă–sterlund
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

Re: RFR: 8274851: [PPC64] Port zgc to linux on ppc64le [v2]

2021-10-08 Thread Niklas Radomski
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

Re: RFR: 8274851: [PPC64] Port zgc to linux on ppc64le [v3]

2021-10-08 Thread Niklas Radomski
> 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

Re: RFR: 8274851: [PPC64] Port zgc to linux on ppc64le [v3]

2021-10-08 Thread Per Liden
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

Unable to build Client/Server variant for OpenJDK-11 on ARMv7-A

2021-10-08 Thread John Cummings
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

Re: RFR: 8268129: LibraryLookup::ofDefault leaks symbols from loaded libraries

2021-10-08 Thread Maurizio Cimadamore
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

Re: RFR: 8268129: LibraryLookup::ofDefault leaks symbols from loaded libraries

2021-10-08 Thread Cheng Jin
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

Re: Unable to build Client/Server variant for OpenJDK-11 on ARMv7-A

2021-10-08 Thread Aleksey Shipilev
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,