On Sun, 18 Apr 2021 20:17:14 GMT, Doug Simon wrote:
>> This PR removes the mx configuration files in the JDK as they do not really
>> belong here. Instead, I've updated and moved them to
>> https://github.com/dougxc/mx_jdk.
>
> Doug Simon has refreshed the contents of this pull request, and pre
> This PR updates the configuration files used to develop the JVMCI Java and
> C++ sources with mx and Eclipse.
Doug Simon has refreshed the contents of this pull request, and previous
commits have been removed. The incremental views will show differences compared
to the previous content of the
On Fri, 16 Apr 2021 11:57:32 GMT, Aleksey Shipilev wrote:
> After [JDK-8257913](https://bugs.openjdk.java.net/browse/JDK-8257913), we do
> not need to set a whole lot of options for cross-compiled builds. Docs should
> be updated to reflect that fact. Also put in more configurations that are
>
While porting [JDK-8224974](https://bugs.openjdk.java.net/browse/JDK-8224974)
to Graal, I noticed that new CPU features were defined for x86 and AArch64
without being exposed via JVMCI. To avoid this problem in future, this PR
updates x86 and AArch64 to define CPU features with a single macro th
On Sat, 17 Apr 2021 20:18:31 GMT, Doug Simon wrote:
> While porting [JDK-8224974](https://bugs.openjdk.java.net/browse/JDK-8224974)
> to Graal, I noticed that new CPU features were defined for x86 and AArch64
> without being exposed via JVMCI. To avoid this problem in future, this PR
> updates
On Sat, 17 Apr 2021 20:37:08 GMT, Doug Simon wrote:
> This PR updates the configuration files used to develop the JVMCI Java and
> C++ sources with mx and Eclipse.
Until we have downstream repos for JDK 17, it's very handy to have this config
in the JDK. I've tried to keep it only in JVMCI rel
On Sat, 17 Apr 2021 20:37:08 GMT, Doug Simon wrote:
> This PR updates the configuration files used to develop the JVMCI Java and
> C++ sources with mx and Eclipse.
Are you sure it make sense to have this dev config in the openjdk/jdk repo? I
would think this is something for the downstream Gra