hotspot/src/share/vm/interpreter/interpreterRuntime.hpp
changeset 37152 29e68f1d35bb
parent 35214 d86005e0b4c2
child 37435 e7aff5e5eff9
--- a/hotspot/src/share/vm/interpreter/interpreterRuntime.hpp	Wed Mar 09 20:37:04 2016 +0000
+++ b/hotspot/src/share/vm/interpreter/interpreterRuntime.hpp	Fri Mar 18 15:14:22 2016 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2016, 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
@@ -166,6 +166,9 @@
   static void popframe_move_outgoing_args(JavaThread* thread, void* src_address, void* dest_address);
 #endif
 
+  // bytecode tracing is only used by the TraceBytecodes
+  static intptr_t trace_bytecode(JavaThread* thread, intptr_t preserve_this_value, intptr_t tos, intptr_t tos2) PRODUCT_RETURN0;
+
   // Platform dependent stuff
 #ifdef TARGET_ARCH_x86
 # include "interpreterRT_x86.hpp"