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

2021-10-22 Thread John Cummings
; build-dev@openjdk.java.net Subject: Re: Unable to build Client/Server variant for OpenJDK-11 on ARMv7-A Yes, to confirm, the patch found here solved my build failure issues. https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbugs.openjdk.java.net%2Fbrowse%2FJDK-8222825&dat

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

2021-10-22 Thread John Cummings
assistance, I greatly appreciate it! John Cummings From: Aleksey Shipilev Sent: Friday, October 22, 2021 2:52 AM To: John Cummings ; David Holmes ; build-dev@openjdk.java.net Subject: Re: Unable to build Client/Server variant for OpenJDK-11 on ARMv7-A On 10/22/21

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

2021-10-22 Thread Aleksey Shipilev
On 10/22/21 12:31 AM, John Cummings wrote: Thank you again, that solved that problem, and now another has arose. Please confirm. This patch solves the build failure for you? https://bugs.openjdk.java.net/browse/JDK-8222825 https://cr.openjdk.java.net/~bulasevich/8222825/webrev.00.jdk11/

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

2021-10-21 Thread John Cummings
y Shipilev Sent: Thursday, October 14, 2021 6:08 AM To: John Cummings ; David Holmes ; build-dev@openjdk.java.net Subject: Re: Unable to build Client/Server variant for OpenJDK-11 on ARMv7-A On 10/13/21 7:20 PM, John Cummings wrote: > Thank you both for the responses! > &g

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

2021-10-14 Thread Aleksey Shipilev
On 10/13/21 7:20 PM, John Cummings wrote: Thank you both for the responses! I am now using the https://github.com/openjdk/jdk11u-dev/ tree that you linked and I have trimmed down my cxxflags and cflags to just -O2 and -pipe, and added --with-debug-level

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

2021-10-13 Thread David Holmes
enjdk.java.net *Subject:* Re: Unable to build Client/Server variant for OpenJDK-11 on ARMv7-A On 9/10/2021 3:58 pm, Aleksey Shipilev wrote: Hi, This does not look a build issue per se, but rather a Hotspot bug. The SIGILL in ThreadGroup.add looks to me like an issue with atomic operations as th

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

2021-10-13 Thread John Cummings
se the builds you have linked, as the system's glibc I'm using (2.18) is also too outdated to run those. From: David Holmes Sent: Sunday, October 10, 2021 6:22 PM To: Aleksey Shipilev ; John Cummings ; build-dev@openjdk.java.net Subject: Re: Unable

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

2021-10-10 Thread David Holmes
On 9/10/2021 3:58 pm, Aleksey Shipilev wrote: Hi, This does not look a build issue per se, but rather a Hotspot bug. The SIGILL in ThreadGroup.add looks to me like an issue with atomic operations as that is the first synchronized method that gets executed during VM initialization. David --

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,

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