hotspot/src/share/vm/c1/c1_Compilation.cpp
changeset 10508 233d2e7c462d
parent 8322 8f11ba61239f
child 13391 30245956af37
--- a/hotspot/src/share/vm/c1/c1_Compilation.cpp	Wed Aug 31 09:48:21 2011 -0700
+++ b/hotspot/src/share/vm/c1/c1_Compilation.cpp	Wed Aug 31 16:46:11 2011 -0700
@@ -346,7 +346,6 @@
     implicit_exception_table(),
     compiler(),
     _env->comp_level(),
-    true,
     has_unsafe_access()
   );
 }