diff src/share/vm/runtime/compilationPolicy.cpp @ 6674:fd71ca8c5f88

VM infrstructure for OnStackReplacement
author Lukas Stadler <lukas.stadler@jku.at>
date Wed, 07 Nov 2012 13:18:04 +0100
parents d87155082c4d
children e522a00b91aa 8c5333c80cfd
line wrap: on
line diff
--- a/src/share/vm/runtime/compilationPolicy.cpp	Wed Nov 07 12:18:37 2012 +0100
+++ b/src/share/vm/runtime/compilationPolicy.cpp	Wed Nov 07 13:18:04 2012 +0100
@@ -208,7 +208,7 @@
 }
 
 void NonTieredCompPolicy::reset_counter_for_back_branch_event(methodHandle m) {
-  GRAAL_ONLY(assert(false, "unexpected"));
+//  GRAAL_ONLY(assert(false, "unexpected"));
   // Delay next back-branch event but pump up invocation counter to triger
   // whole method compilation.
   InvocationCounter* i = m->invocation_counter();