--- 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 |