hotspot/src/share/vm/opto/graphKit.cpp
changeset 6418 6671edbd230e
parent 6416 d49b65c9425a
child 6456 7e5f1fcd6519
--- a/hotspot/src/share/vm/opto/graphKit.cpp	Mon Aug 23 09:09:36 2010 -0700
+++ b/hotspot/src/share/vm/opto/graphKit.cpp	Wed Aug 25 05:27:54 2010 -0700
@@ -1891,7 +1891,7 @@
   kill_dead_locals();
 
   // Now insert the uncommon trap subroutine call
-  address call_addr = SharedRuntime::uncommon_trap_blob()->instructions_begin();
+  address call_addr = SharedRuntime::uncommon_trap_blob()->entry_point();
   const TypePtr* no_memory_effects = NULL;
   // Pass the index of the class to be loaded
   Node* call = make_runtime_call(RC_NO_LEAF | RC_UNCOMMON |