hg: graal/graal-jvmci-8: 4 new changesets
doug.simon at oracle.com
doug.simon at oracle.com
Wed Sep 23 01:00:23 UTC 2015
Changeset: a4b63f56bc97
Author: Christian Wimmer <christian.wimmer at oracle.com>
Date: 2015-09-22 11:57 -0700
URL: http://hg.openjdk.java.net/graal/graal-jvmci-8/rev/a4b63f56bc97
Remove assertion. It does not hold for fields with Word types, and the Word type is not known in JVMCI.
! jvmci/jdk.internal.jvmci.code/src/jdk/internal/jvmci/code/VirtualObject.java
Changeset: bc2d4dac0cd3
Author: Doug Simon <doug.simon at oracle.com>
Date: 2015-09-22 22:29 +0200
URL: http://hg.openjdk.java.net/graal/graal-jvmci-8/rev/bc2d4dac0cd3
JVMCI options are now passed as individual -Djvmci.option.<name>=<value> arguments on the command line instead of -Djvmci.options=<multiple options settings separated by spaces>
! jvmci/jdk.internal.jvmci.options/src/jdk/internal/jvmci/options/OptionsParser.java
! mx.jvmci/mx_jvmci.py
! src/share/vm/jvmci/jvmciRuntime.cpp
! src/share/vm/jvmci/jvmciRuntime.hpp
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/thread.cpp
Changeset: d3930fdd1eb3
Author: Doug Simon <doug.simon at oracle.com>
Date: 2015-09-22 22:35 +0200
URL: http://hg.openjdk.java.net/graal/graal-jvmci-8/rev/d3930fdd1eb3
renamed JVMCIRuntime::parse_properties to JVMCIRuntime::init_system_properties
! src/share/vm/jvmci/jvmciRuntime.cpp
! src/share/vm/jvmci/jvmciRuntime.hpp
! src/share/vm/runtime/arguments.cpp
Changeset: 2448e3c0cd98
Author: Doug Simon <doug.simon at oracle.com>
Date: 2015-09-22 23:14 +0200
URL: http://hg.openjdk.java.net/graal/graal-jvmci-8/rev/2448e3c0cd98
set default jvmci.compiler property explicitly based on available suites
! mx.jvmci/mx_jvmci.py
More information about the graal-dev
mailing list