< prev index next >

src/hotspot/os/aix/os_perf_aix.cpp

Print this page
rev 57095 : [mq]: use
rev 57096 : [mq]: trailing_semi

*** 26,35 **** --- 26,36 ---- #include "jvm.h" #include "memory/allocation.inline.hpp" #include "os_aix.inline.hpp" #include "runtime/os.hpp" #include "runtime/os_perf.hpp" + #include "utilities/macros.hpp" #include CPU_HEADER(vm_version_ext) #include <stdio.h> #include <stdarg.h>
*** 882,893 **** class NetworkPerformanceInterface::NetworkPerformance : public CHeapObj<mtInternal> { friend class NetworkPerformanceInterface; private: NetworkPerformance(); ! NetworkPerformance(const NetworkPerformance& rhs); // no impl ! NetworkPerformance& operator=(const NetworkPerformance& rhs); // no impl bool initialize(); ~NetworkPerformance(); int network_utilization(NetworkInterface** network_interfaces) const; }; --- 883,893 ---- class NetworkPerformanceInterface::NetworkPerformance : public CHeapObj<mtInternal> { friend class NetworkPerformanceInterface; private: NetworkPerformance(); ! NONCOPYABLE(NetworkPerformance); bool initialize(); ~NetworkPerformance(); int network_utilization(NetworkInterface** network_interfaces) const; };
< prev index next >