< prev index next >

src/hotspot/os/solaris/os_perf_solaris.cpp

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

*** 735,746 **** 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; }; --- 735,745 ---- 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 >