hotspot/src/share/vm/runtime/vm_version.cpp
changeset 35183 30271b37bd14
parent 35075 ca79cbf3f106
child 35232 76aed99c0ddd
child 35485 9ee1d7aba342
--- a/hotspot/src/share/vm/runtime/vm_version.cpp	Thu Dec 17 08:41:30 2015 -0800
+++ b/hotspot/src/share/vm/runtime/vm_version.cpp	Thu Dec 17 12:16:03 2015 -0800
@@ -68,16 +68,7 @@
   #error DEBUG_LEVEL must be defined
 #endif
 
-// NOTE: Builds within Visual Studio do not define the build target in
-//       HOTSPOT_VERSION_STRING, so it must be done here
-#if defined(VISUAL_STUDIO_BUILD) && !defined(PRODUCT)
-  #ifndef HOTSPOT_BUILD_TARGET
-    #error HOTSPOT_BUILD_TARGET must be defined
-  #endif
-  #define VM_RELEASE HOTSPOT_VERSION_STRING "-" HOTSPOT_BUILD_TARGET
-#else
-  #define VM_RELEASE HOTSPOT_VERSION_STRING
-#endif
+#define VM_RELEASE HOTSPOT_VERSION_STRING
 
 // HOTSPOT_VERSION_STRING equals the JDK VERSION_STRING (unless overridden
 // in a standalone build).