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

matthew_swift
20.17.2008 d9100a9b6fb49eac2531050aa303c8fc301abc3a
Fix issue 3082: incorrect JVM version information displayed on server start up.
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/util/RuntimeInformation.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/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)