diff src/share/vm/jvmci/jvmciCodeInstaller.cpp @ 22496:90c4254dc25a

Pass TargetDescription argument to CompilerToVM.installCode.
author Roland Schatz <roland.schatz@oracle.com>
date Tue, 01 Sep 2015 13:43:22 +0200
parents da68ca58b271
children 943c2bf064fa
line wrap: on
line diff
--- a/src/share/vm/jvmci/jvmciCodeInstaller.cpp	Mon Aug 31 11:13:32 2015 -0700
+++ b/src/share/vm/jvmci/jvmciCodeInstaller.cpp	Tue Sep 01 13:43:22 2015 +0200
@@ -390,7 +390,7 @@
 }
 
 // constructor used to create a method
-JVMCIEnv::CodeInstallResult CodeInstaller::install(Handle& compiled_code, CodeBlob*& cb, Handle installed_code, Handle speculation_log) {
+JVMCIEnv::CodeInstallResult CodeInstaller::install(Handle target, Handle& compiled_code, CodeBlob*& cb, Handle installed_code, Handle speculation_log) {
   BufferBlob* buffer_blob = JVMCIRuntime::initialize_buffer_blob();
   if (buffer_blob == NULL) {
     return JVMCIEnv::cache_full;