hg: graal/graal-jvmci-9/hotspot: 2 new changesets

christian.thalinger at oracle.com christian.thalinger at oracle.com
Tue Sep 22 23:09:24 UTC 2015


Changeset: 0569806cf96f
Author:    Doug Simon <doug.simon at oracle.com>
Date:      2015-09-22 13:08 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/0569806cf96f

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>

! src/java.base/share/classes/jdk.internal.jvmci.options/src/jdk/internal/jvmci/options/OptionsParser.java
! 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: bb2afad00ef1
Author:    Doug Simon <doug.simon at oracle.com>
Date:      2015-09-22 13:08 -1000
URL:       http://hg.openjdk.java.net/graal/graal-jvmci-9/hotspot/rev/bb2afad00ef1

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



More information about the graal-dev mailing list