diff src/cpu/x86/vm/interpreterGenerator_x86.hpp @ 8328:6b6cbd8b8914

Support deoptimizing before the entry to a synchronized method.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 17 Mar 2013 21:20:39 +0100
parents b9a9ed0f8eeb
children ff5a32117e02
line wrap: on
line diff
--- a/src/cpu/x86/vm/interpreterGenerator_x86.hpp	Sun Mar 17 21:14:35 2013 +0100
+++ b/src/cpu/x86/vm/interpreterGenerator_x86.hpp	Sun Mar 17 21:20:39 2013 +0100
@@ -30,6 +30,8 @@
 //
   friend class AbstractInterpreterGenerator;
 
+  address generate_deopt_entry_for(TosState state, int step);
+
  private:
 
   address generate_normal_entry(bool synchronized);