Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions src/hotspot/share/jfr/periodic/jfrOSInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
#include "runtime/vm_version.hpp"
#include "utilities/ostream.hpp"

#include <stdlib.h> // for environment variables

static JfrOSInterface* _instance = nullptr;

JfrOSInterface& JfrOSInterface::instance() {
Expand Down Expand Up @@ -81,10 +79,7 @@ class JfrOSInterface::JfrOSInterfaceImpl : public JfrCHeapObj {
// os information
int os_version(char** os_version) const;

// environment information
void generate_environment_variables_events();

// system processes information
// system processes information
int system_processes(SystemProcess** system_processes, int* no_of_sys_processes);

int network_utilization(NetworkInterface** network_interfaces);
Expand Down