We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285fd13 commit 3d8b876Copy full SHA for 3d8b876
src/hotspot/os/linux/os_linux.hpp
@@ -104,6 +104,7 @@ class Linux {
104
bool has_steal_ticks;
105
};
106
107
+ static int active_processor_count();
108
// which_logical_cpu=-1 returns accumulated ticks for all cpus.
109
static bool get_tick_information(CPUPerfTicks* pticks, int which_logical_cpu);
110
static bool _stack_is_executable;
0 commit comments