src/hotspot/share/runtime/deoptimization.hpp
changeset 53546 63eb7e38ce84
parent 53244 9807daeb47c4
child 55005 9b70ebd131b4
--- a/src/hotspot/share/runtime/deoptimization.hpp	Tue Jan 29 08:39:04 2019 -0500
+++ b/src/hotspot/share/runtime/deoptimization.hpp	Tue Jan 29 14:34:26 2019 +0100
@@ -154,9 +154,6 @@
   // Helper function to revoke biases of all monitors in frame if UseBiasedLocking
   // is enabled
   static void revoke_biases_of_monitors(JavaThread* thread, frame fr, RegisterMap* map);
-  // Helper function to revoke biases of all monitors in frames
-  // executing in a particular CodeBlob if UseBiasedLocking is enabled
-  static void revoke_biases_of_monitors(CodeBlob* cb);
 
 #if COMPILER2_OR_JVMCI
 JVMCI_ONLY(public:)
@@ -420,7 +417,6 @@
                                          int trap_request);
 
   static jint total_deoptimization_count();
-  static jint deoptimization_count(DeoptReason reason);
 
   // JVMTI PopFrame support