--- old/test/compiler/jvmci/compilerToVM/InitializeConfigurationTest.java 2015-11-02 17:07:15.000000000 -1000 +++ new/test/compiler/jvmci/compilerToVM/InitializeConfigurationTest.java 2015-11-02 17:07:15.000000000 -1000 @@ -44,6 +44,7 @@ import java.util.Objects; import java.util.function.Consumer; import jdk.vm.ci.hotspot.CompilerToVMHelper; +import jdk.vm.ci.hotspot.HotSpotJVMCIRuntime; import jdk.test.lib.Asserts; import jdk.test.lib.Utils; import sun.misc.Unsafe; @@ -72,7 +73,7 @@ private void runTest(List tcases) { VMStructDataReader reader = new VMStructDataReader( - CompilerToVMHelper.initializeConfiguration()); + CompilerToVMHelper.initializeConfiguration(HotSpotJVMCIRuntime.runtime().getConfig())); while (reader.hasNext()) { VMFieldData data = reader.next(); for (TestCase tcase : tcases) {