hotspot/src/share/vm/c1/c1_Compiler.cpp
changeset 33593 60764a78fa5c
parent 32582 56619bb8bcaa
child 33626 3c94db05e903
--- a/hotspot/src/share/vm/c1/c1_Compiler.cpp	Wed Oct 21 13:46:25 2015 +0000
+++ b/hotspot/src/share/vm/c1/c1_Compiler.cpp	Fri Oct 23 16:48:38 2015 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -98,7 +98,7 @@
   return buffer_blob;
 }
 
-bool Compiler::is_intrinsic_supported(methodHandle method) {
+bool Compiler::is_intrinsic_supported(const methodHandle& method) {
   vmIntrinsics::ID id = method->intrinsic_id();
   assert(id != vmIntrinsics::_none, "must be a VM intrinsic");