changeset 3854:2fbc5b8d63b3

Drop compile_method argument removed in 7083786 from sharkCompiler.cpp
author andrew
date Thu, 26 Dec 2013 19:52:45 +0000
parents 79284ed240e2
children 71fc00fc11be
files src/share/vm/shark/sharkCompiler.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/shark/sharkCompiler.cpp	Thu Dec 26 19:52:09 2013 +0000
+++ b/src/share/vm/shark/sharkCompiler.cpp	Thu Dec 26 19:52:45 2013 +0000
@@ -212,7 +212,6 @@
                        &inc_table,
                        this,
                        env->comp_level(),
-                       false,
                        false);
 }