comparison src/share/vm/runtime/deoptimization.hpp @ 3023:79165996a12d

Fixed an issue with bci=-1 in the framestate of a merged unwind.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Mon, 20 Jun 2011 12:07:16 +0200
parents 5857923e563c
children 536528f48708
comparison
equal deleted inserted replaced
3022:49fae83f066e 3023:79165996a12d
70 Action_none, // just interpret, do not invalidate nmethod 70 Action_none, // just interpret, do not invalidate nmethod
71 Action_maybe_recompile, // recompile the nmethod; need not invalidate 71 Action_maybe_recompile, // recompile the nmethod; need not invalidate
72 Action_reinterpret, // invalidate the nmethod, reset IC, maybe recompile 72 Action_reinterpret, // invalidate the nmethod, reset IC, maybe recompile
73 Action_make_not_entrant, // invalidate the nmethod, recompile (probably) 73 Action_make_not_entrant, // invalidate the nmethod, recompile (probably)
74 Action_make_not_compilable, // invalidate the nmethod and do not compile 74 Action_make_not_compilable, // invalidate the nmethod and do not compile
75 Action_rethrow_exception_in_interpreter,
76 Action_LIMIT 75 Action_LIMIT
77 // Note: Keep this enum in sync. with _trap_action_name. 76 // Note: Keep this enum in sync. with _trap_action_name.
78 }; 77 };
79 78
80 enum { 79 enum {