diff src/share/vm/runtime/deoptimization.hpp @ 16535:ada0a7729b6f

Truffle: introduce debug option to print the stack trace when transferring to the interpreter
author Andreas Woess <andreas.woess@jku.at>
date Wed, 16 Jul 2014 15:18:48 +0200
parents 36e1a11a72b3
children 52b4284cb496
line wrap: on
line diff
--- a/src/share/vm/runtime/deoptimization.hpp	Tue Jul 15 11:52:45 2014 +0200
+++ b/src/share/vm/runtime/deoptimization.hpp	Wed Jul 16 15:18:48 2014 +0200
@@ -74,6 +74,7 @@
     Reason_loop_limit_check,      // compiler generated loop limits check failed
 #ifdef GRAAL
     Reason_aliasing,              // optimistic assumption about aliasing failed
+    Reason_transfer_to_interpreter, // explicit transferToInterpreter()
 #endif
     Reason_LIMIT,