diff src/share/vm/opto/superword.hpp @ 21559:be896a1983c0

recast all Graal native code as JVMCI code (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Thu, 28 May 2015 15:36:48 +0200
parents 52b8826ef035
children
line wrap: on
line diff
--- a/src/share/vm/opto/superword.hpp	Wed May 27 13:43:27 2015 +0200
+++ b/src/share/vm/opto/superword.hpp	Thu May 28 15:36:48 2015 +0200
@@ -201,7 +201,7 @@
   static const SWNodeInfo initial;
 };
 
-// Graal: OrderedPair is moved up to deal with compilation issues on Windows
+// JVMCI: OrderedPair is moved up to deal with compilation issues on Windows
 //------------------------------OrderedPair---------------------------
 // Ordered pair of Node*.
 class OrderedPair VALUE_OBJ_CLASS_SPEC {