diff src/share/vm/runtime/vm_version.cpp @ 4559:723df37192d6

Make it possible again to build a real client libjvm, drop the UseGraal flag. Use the --vm option instead of a special -vm option in the bench command
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 10 Feb 2012 17:04:03 +0100
parents 04b9a2566eec
children 33df1aeaebbf
line wrap: on
line diff
--- a/src/share/vm/runtime/vm_version.cpp	Fri Feb 10 02:22:23 2012 +0100
+++ b/src/share/vm/runtime/vm_version.cpp	Fri Feb 10 17:04:03 2012 +0100
@@ -119,8 +119,12 @@
   #define VMTYPE "Zero"
 #endif // SHARK
 #else // ZERO
-   #define VMTYPE COMPILER1_PRESENT("Graal")   \
+#ifdef GRAAL
+   #define VMTYPE "Graal"
+#else // GRAAL
+   #define VMTYPE COMPILER1_PRESENT("Client")   \
                   COMPILER2_PRESENT("Server")
+#endif // GRAAL
 #endif // ZERO
 #endif // TIERED
 #endif // KERNEL