diff src/share/vm/c1/c1_Runtime1.hpp @ 3558:bc95d122df79

added runtime call to supply info upon deoptimization
author Lukas Stadler <lukas.stadler@jku.at>
date Wed, 24 Aug 2011 17:40:12 +0200
parents e4616e3d207b
children 6c04a4f268e5
line wrap: on
line diff
--- a/src/share/vm/c1/c1_Runtime1.hpp	Wed Aug 24 14:22:34 2011 +0200
+++ b/src/share/vm/c1/c1_Runtime1.hpp	Wed Aug 24 17:40:12 2011 +0200
@@ -78,6 +78,7 @@
   stub(graal_monitorenter)           \
   stub(graal_monitorexit)            \
   stub(graal_verify_pointer)         \
+  stub(graal_set_deopt_info)         \
   stub(graal_create_null_pointer_exception) \
   stub(graal_create_out_of_bounds_exception) \
   last_entry(number_of_ids)