# HG changeset patch # User andrew # Date 1388087565 0 # Node ID 2fbc5b8d63b3f15aa4e8a7545302cbf748766938 # Parent 79284ed240e299cf7edb078c6ed2f99751369bd4 Drop compile_method argument removed in 7083786 from sharkCompiler.cpp diff -r 79284ed240e2 -r 2fbc5b8d63b3 src/share/vm/shark/sharkCompiler.cpp --- 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); }