comparison src/share/vm/runtime/deoptimization.hpp @ 14318:1020b892787b

Merge
author hseigel
date Sun, 02 Feb 2014 15:31:40 -0500
parents 63a4eb8bcd23
children fdad2932c73f
comparison
equal deleted inserted replaced
14317:b59507f713e0 14318:1020b892787b
204 204
205 //** Unpacks vframeArray onto execution stack 205 //** Unpacks vframeArray onto execution stack
206 // Called by assembly stub after execution has returned to 206 // Called by assembly stub after execution has returned to
207 // deoptimized frame and after the stack unrolling. 207 // deoptimized frame and after the stack unrolling.
208 // @argument thread. Thread where stub_frame resides. 208 // @argument thread. Thread where stub_frame resides.
209 // @argument exec_mode. Determines how execution should be continuted in top frame. 209 // @argument exec_mode. Determines how execution should be continued in top frame.
210 // 0 means continue after current byte code 210 // 0 means continue after current byte code
211 // 1 means exception has happened, handle exception 211 // 1 means exception has happened, handle exception
212 // 2 means reexecute current bytecode (for uncommon traps). 212 // 2 means reexecute current bytecode (for uncommon traps).
213 // @see OptoRuntime::deoptimization_unpack_frames_C 213 // @see OptoRuntime::deoptimization_unpack_frames_C
214 // Return BasicType of call return type, if any 214 // Return BasicType of call return type, if any