--- a/src/hotspot/share/runtime/thread.hpp Mon Sep 23 17:02:08 2019 +0200
+++ b/src/hotspot/share/runtime/thread.hpp Tue Sep 24 03:28:42 2019 -0400
@@ -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