mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
20.17.2008 6944b96eb74579b053e9a475d57f712b891d9961
Fix issue 3082: incorrect JVM version information displayed on server start up.
1 files modified
4 ■■■■ changed files
opends/src/server/org/opends/server/util/RuntimeInformation.java 4 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/util/RuntimeInformation.java
@@ -234,8 +234,8 @@
    * Write runtime information to error log.
    */
   public static void logInfo() {
    logError(NOTE_JVM_INFO.get(System.getProperty("java.vm.version"),
                               System.getProperty("java.vm.vendor"),
    logError(NOTE_JVM_INFO.get(System.getProperty("java.runtime.version"),
                               System.getProperty("java.vendor"),
                               getArch(),Runtime.getRuntime().maxMemory()));
    Long physicalMemorySize = getPhysicalMemorySize();
    if (physicalMemorySize != -1)