changeset 4366:97ada1b642b7

Merge fix.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 26 Jan 2012 17:16:14 +0100
parents b2ba03fc66a2
children 2d7544ea8ed9
files graal/com.oracle.max.graal.hotspot/src/com/oracle/max/graal/hotspot/bridge/VMToCompilerImpl.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.max.graal.hotspot/src/com/oracle/max/graal/hotspot/bridge/VMToCompilerImpl.java	Thu Jan 26 17:09:43 2012 +0100
+++ b/graal/com.oracle.max.graal.hotspot/src/com/oracle/max/graal/hotspot/bridge/VMToCompilerImpl.java	Thu Jan 26 17:16:14 2012 +0100
@@ -224,7 +224,7 @@
                                                 (result != null ? result.targetCodeSize() : -1)));
                             }
                         }
-                        HotSpotTargetMethod.installMethod(method, result);
+                        compiler.getRuntime().installMethod(method, result);
                     } catch (CiBailout bailout) {
                         if (GraalOptions.ExitVMOnBailout) {
                             bailout.printStackTrace(TTY.cachedOut);