hotspot/src/share/vm/runtime/vm_version.cpp
changeset 25057 f38210f84f8c
parent 25052 66e77563d9e7
child 25337 31eeda0060a9
--- a/hotspot/src/share/vm/runtime/vm_version.cpp	Wed Jun 11 12:09:12 2014 +0200
+++ b/hotspot/src/share/vm/runtime/vm_version.cpp	Wed Jun 11 09:58:23 2014 -0400
@@ -160,8 +160,7 @@
 #ifdef VENDOR
   return XSTR(VENDOR);
 #else
-  return JDK_Version::is_gte_jdk17x_version() ?
-    "Oracle Corporation" : "Sun Microsystems Inc.";
+  return "Oracle Corporation";
 #endif
 }