diff src/share/vm/adlc/output_h.cpp @ 14437:15120a36272d

8028767: PPC64: (part 121): smaller shared changes needed to build C2 Summary: smaller shared changes required to build the C2 compiler on PPC64. Reviewed-by: kvn
author goetz
date Thu, 21 Nov 2013 19:00:57 -0800
parents 318d0622a6d7
children 41b780b43b74
line wrap: on
line diff
--- a/src/share/vm/adlc/output_h.cpp	Thu Nov 21 18:29:34 2013 -0800
+++ b/src/share/vm/adlc/output_h.cpp	Thu Nov 21 19:00:57 2013 -0800
@@ -26,7 +26,11 @@
 #include "adlc.hpp"
 
 // The comment delimiter used in format statements after assembler instructions.
+#if defined(PPC64)
+#define commentSeperator "\t//"
+#else
 #define commentSeperator "!"
+#endif
 
 // Generate the #define that describes the number of registers.
 static void defineRegCount(FILE *fp, RegisterForm *registers) {