diff src/share/vm/graal/graalRuntime.hpp @ 8415:2361bf148c06

rename packages: *snippets* -> *replacements*
author Doug Simon <doug.simon@oracle.com>
date Wed, 20 Mar 2013 22:23:14 +0100
parents 3d41998c30de
children ef97193256d0
line wrap: on
line diff
--- a/src/share/vm/graal/graalRuntime.hpp	Wed Mar 20 21:41:37 2013 +0100
+++ b/src/share/vm/graal/graalRuntime.hpp	Wed Mar 20 22:23:14 2013 +0100
@@ -149,7 +149,7 @@
   static jint identity_hash_code(JavaThread* thread, oopDesc* objd);
   static jboolean thread_is_interrupted(JavaThread* thread, oopDesc* obj, jboolean clear_interrupte);
 
-  // Note: Must be kept in sync with constants in com.oracle.graal.snippets.Log
+  // Note: Must be kept in sync with constants in com.oracle.graal.replacements.Log
   enum {
     LOG_OBJECT_NEWLINE = 0x01,
     LOG_OBJECT_STRING  = 0x02,