src/share/vm/shark/sharkFunction.hpp

changeset 4314
2cd5e15048e6
parent 2314
f95d63e2154a
child 6876
710a3c8b516e
     1.1 --- a/src/share/vm/shark/sharkFunction.hpp	Mon Nov 26 17:25:11 2012 -0800
     1.2 +++ b/src/share/vm/shark/sharkFunction.hpp	Tue Nov 27 12:48:52 2012 -0800
     1.3 @@ -91,7 +91,7 @@
     1.4    bool is_osr() const {
     1.5      return flow()->is_osr_flow();
     1.6    }
     1.7 -  const llvm::FunctionType* entry_point_type() const {
     1.8 +  llvm::FunctionType* entry_point_type() const {
     1.9      if (is_osr())
    1.10        return SharkType::osr_entry_point_type();
    1.11      else

mercurial