diff src/share/vm/graal/graalCompilerToVM.cpp @ 9992:b2aea23ee2b1

Only avoid graph caching when the graph was built without profiling information.
author Christian Haeubl <haeubl@ssw.jku.at>
date Mon, 10 Jun 2013 15:17:10 +0200
parents 0f7ca53be929
children f90fc8987779
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompilerToVM.cpp	Mon Jun 10 12:22:42 2013 +0200
+++ b/src/share/vm/graal/graalCompilerToVM.cpp	Mon Jun 10 15:17:10 2013 +0200
@@ -738,8 +738,6 @@
   set_int("typeProfileWidth", TypeProfileWidth);
   set_int("methodProfileWidth", MethodProfileWidth);
 
-  set_int("interpreterProfilingThreshold", InvocationCounter::get_ProfileLimit());
-
   set_int("tlabAlignmentReserve", (int32_t)ThreadLocalAllocBuffer::alignment_reserve());
   set_long("tlabIntArrayMarkWord", (intptr_t)markOopDesc::prototype()->copy_set_hash(0x2));
   set_long("heapTopAddress", (jlong)(address) Universe::heap()->top_addr());