src/hotspot/share/runtime/thread.hpp
changeset 55206 2fe2063fe567
parent 55005 9b70ebd131b4
child 55479 80b27dc96ca3
--- a/src/hotspot/share/runtime/thread.hpp	Tue Jun 04 11:55:51 2019 -0700
+++ b/src/hotspot/share/runtime/thread.hpp	Tue Jun 04 12:44:53 2019 -0700
@@ -1152,6 +1152,11 @@
  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);
+
  private:
 #endif // INCLUDE_JVMCI