virajjasani commented on a change in pull request #2087:
URL: https://github.com/apache/hbase/pull/2087#discussion_r456766269



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/util/JvmVersion.java
##########
@@ -44,4 +44,13 @@ public static boolean isBadJvmVersion() {
     String version = System.getProperty("java.version");
     return version != null && BAD_JVM_VERSIONS.contains(version);
   }
+
+  /**
+   * Return the current JVM version information.
+   */
+  public static String getVersion() {
+    return System.getProperty("java.vm.vendor", "UsNKNOWN_VM_VENDOR") + ' ' +

Review comment:
       nit: typo `UNKNOWN_VM_VENDOR` ?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to