src/cpu/x86/vm/frame_x86.hpp

changeset 4037
da91efe96a93
parent 3433
eaa9557116a2
child 4721
47bc9800972c
     1.1 --- a/src/cpu/x86/vm/frame_x86.hpp	Fri Aug 31 16:39:35 2012 -0700
     1.2 +++ b/src/cpu/x86/vm/frame_x86.hpp	Sat Sep 01 13:25:18 2012 -0400
     1.3 @@ -44,7 +44,7 @@
     1.4  //    [pointer to locals     ]                   = locals()             locals_offset
     1.5  //    [constant pool cache   ]                   = cache()              cache_offset
     1.6  //    [methodData            ]                   = mdp()                mdx_offset
     1.7 -//    [methodOop             ]                   = method()             method_offset
     1.8 +//    [Method*               ]                   = method()             method_offset
     1.9  //    [last sp               ]                   = last_sp()            last_sp_offset
    1.10  //    [old stack pointer     ]                     (sender_sp)          sender_sp_offset
    1.11  //    [old frame pointer     ]   <- fp           = link()

mercurial