hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 37179 4dbcb3a642d2
parent 36508 5f9eee6b383b
parent 37152 29e68f1d35bb
child 37439 e8970711113b
--- a/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Tue Mar 22 18:41:09 2016 -0700
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Wed Mar 23 23:36:29 2016 +0100
@@ -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
@@ -269,9 +269,6 @@
   static address native_method_throw_unsatisfied_link_error_entry();
   static address native_method_throw_unsupported_operation_exception_entry();
 
-  // 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;
-
   static oop retrieve_receiver(Symbol* sig, frame caller);
 
   static void register_finalizer(JavaThread* thread, oopDesc* obj);