diff src/share/vm/graal/graalCodeInstaller.cpp @ 3080:46fe56f202a4

Sync with maxine changes.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Tue, 28 Jun 2011 14:17:06 +0200
parents b7f45b37dd43
children bee93b329be2
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.cpp	Tue Jun 28 13:53:28 2011 +0200
+++ b/src/share/vm/graal/graalCodeInstaller.cpp	Tue Jun 28 14:17:06 2011 +0200
@@ -525,7 +525,7 @@
   oop runtime_call = CiTargetMethod_Call::runtimeCall(site);
   oop hotspot_method = CiTargetMethod_Call::method(site);
   oop symbol = CiTargetMethod_Call::symbol(site);
-  oop global_stub = CiTargetMethod_Call::globalStubID(site);
+  oop global_stub = CiTargetMethod_Call::stubID(site);
 
   oop debug_info = CiTargetMethod_Call::debugInfo(site);