On 2/23/21 2:37 PM, Chris W. Johnson wrote:
I'm experiencing an OpenJDK build failure on macOS 10.15.7 with OpenJDK 15.0.2
(15.0.2+7-27) and Xcode 12.4 installed. Specifically, a compilation error on line 2849 of
"src/hotspot/share/runtime/sharedRuntime.cpp" (see below).
I'm finishing-up a (wo
Hello Chris,
You are using a newer compiler version than at least Oracle used when
building JDK 15. This tends to trigger new warnings and we run -Werror
by default so it turns into an error. To work around it, configure using
--disable-warnings-as-errors.
/Erik
On 2021-02-23 05:37, Chris W
Hi,
Likely this is new checking in XCode 12.
You are more likely to get an informed response on hotspot-runtime.dev.
Moving build-dev to Bcc.
Roger
On 2/23/21 8:37 AM, Chris W. Johnson wrote:
I'm experiencing an OpenJDK build failure on macOS 10.15.7 with OpenJDK 15.0.2
(15.0.2+7-27) and X
I'm experiencing an OpenJDK build failure on macOS 10.15.7 with OpenJDK 15.0.2
(15.0.2+7-27) and Xcode 12.4 installed. Specifically, a compilation error on
line 2849 of "src/hotspot/share/runtime/sharedRuntime.cpp" (see below).
I'm finishing-up a (would-be) OpenJDK contribution, and need to expo
On Mon, 22 Feb 2021 20:15:33 GMT, Doug Simon wrote:
> To allow for better testing of JVMCI support on AArch64 in aid of producing a
> reliable GraalVM release on this platform, it should be included by default.
This pull request has now been integrated.
Changeset: 29c72631
Author:Doug Simo
To allow for better testing of JVMCI support on AArch64 in aid of producing a
reliable GraalVM release on this platform, it should be included by default.
-
Commit messages:
- 8252709: Enable JVMCI when building linux-aarch64 at Oracle
Changes: https://git.openjdk.java.net/jdk/pull
On Mon, 22 Feb 2021 20:15:33 GMT, Doug Simon wrote:
> To allow for better testing of JVMCI support on AArch64 in aid of producing a
> reliable GraalVM release on this platform, it should be included by default.
I would wait results of testing before approval. You may need to make
additional ch