src/hotspot/share/runtime/thread.hpp
branchJEP-349-branch
changeset 58343 ca19b94eac7a
parent 58249 e17143e28542
parent 58291 a013100f7a35
child 58495 465ba4fefe62
--- a/src/hotspot/share/runtime/thread.hpp	Mon Sep 23 09:16:05 2019 -0700
+++ b/src/hotspot/share/runtime/thread.hpp	Wed Sep 25 22:40:41 2019 +0200
@@ -753,7 +753,7 @@
 
   // These functions check conditions on a JavaThread before possibly going to a safepoint,
   // including NoSafepointVerifier.
-  void check_for_valid_safepoint_state(bool potential_vm_operation) NOT_DEBUG_RETURN;
+  void check_for_valid_safepoint_state() NOT_DEBUG_RETURN;
   void check_possible_safepoint() NOT_DEBUG_RETURN;
 
  private:
@@ -1143,10 +1143,8 @@
  public:
   static jlong* _jvmci_old_thread_counters;
   static void collect_counters(jlong* array, int length);
-
-  bool resize_counters(int current_size, int new_size);
-
-  static bool resize_all_jvmci_counters(int new_size);
+  void resize_counters(int current_size, int new_size);
+  static void resize_all_jvmci_counters(int new_size);
 
  private:
 #endif // INCLUDE_JVMCI