changeset 5053:4049b8278e88

Drop compile_method argument removed in 7083786 from sharkCompiler.cpp
author andrew
date Thu, 26 Dec 2013 19:52:45 +0000
parents 4a989c763452
children e9721d827f31
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);
 }