Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1B46318925 for ; Fri, 22 May 2015 11:11:29 +0000 (UTC) Received: (qmail 61837 invoked by uid 500); 22 May 2015 11:11:29 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 61802 invoked by uid 500); 22 May 2015 11:11:29 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 61793 invoked by uid 99); 22 May 2015 11:11:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 May 2015 11:11:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CFBD0DFFC0; Fri, 22 May 2015 11:11:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Message-Id: <1210c74d3d0944bfa36d397039241dba@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.5 to 0120e90 Date: Fri, 22 May 2015 11:11:28 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/4.5 9e9b23167 -> 0120e906e kvm: fix test for non-osx platforms Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0120e906 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0120e906 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0120e906 Branch: refs/heads/4.5 Commit: 0120e906e5788da403d23b05bc530174ad0ebe13 Parents: 9e9b231 Author: Rohit Yadav Authored: Fri May 22 12:10:53 2015 +0100 Committer: Rohit Yadav Committed: Fri May 22 12:10:53 2015 +0100 ---------------------------------------------------------------------- .../kvm/src/org/apache/cloudstack/utils/linux/MemStat.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0120e906/plugins/hypervisors/kvm/src/org/apache/cloudstack/utils/linux/MemStat.java ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/kvm/src/org/apache/cloudstack/utils/linux/MemStat.java b/plugins/hypervisors/kvm/src/org/apache/cloudstack/utils/linux/MemStat.java index c418b3c..1e3c872 100644 --- a/plugins/hypervisors/kvm/src/org/apache/cloudstack/utils/linux/MemStat.java +++ b/plugins/hypervisors/kvm/src/org/apache/cloudstack/utils/linux/MemStat.java @@ -32,7 +32,6 @@ public class MemStat { private Map _memStats = new HashMap(); public MemStat() { - refresh(); } public Double getTotal() {