hotspot/src/share/vm/interpreter/interpreterRuntime.hpp
changeset 17000 11bf92e571a2
parent 14583 d70ee55535f4
child 19266 bb0324cbe0aa
--- a/hotspot/src/share/vm/interpreter/interpreterRuntime.hpp	Thu Apr 04 21:15:43 2013 -0700
+++ b/hotspot/src/share/vm/interpreter/interpreterRuntime.hpp	Tue Apr 09 17:17:41 2013 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2013, 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
@@ -169,6 +169,7 @@
 #ifdef ASSERT
   static void    verify_mdp(Method* method, address bcp, address mdp);
 #endif // ASSERT
+  static MethodCounters* build_method_counters(JavaThread* thread, Method* m);
 };