From 0f4a3b0875a4ab1e0f736e7201786cc709160e0b Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Tue, 15 Jan 2008 14:28:14 +0000
Subject: [PATCH] Fix for issue #2806 (Use of com.sun.management.OperatingSystemMXBean breaks AIX)
---
opends/src/messages/messages/runtime_information.properties | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/opends/src/messages/messages/runtime_information.properties b/opends/src/messages/messages/runtime_information.properties
index 7836774..6d8b2ee 100644
--- a/opends/src/messages/messages/runtime_information.properties
+++ b/opends/src/messages/messages/runtime_information.properties
@@ -70,4 +70,7 @@
NOTICE_JVM_HOST_18=JVM Host: %s, running %s, %d bytes physical memory size, \
number of processors available %d
NOTICE_JVM_ARGS_19=JVM Arguments: %s
+NOTICE_JVM_HOST_WITH_UNKNOWN_PHYSICAL_MEM_20=JVM Host: %s, running %s, \
+ unknown physical memory size, \
+ number of processors available %d
--
Gitblit v1.10.0