comparison 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
comparison
equal deleted inserted replaced
8414:8f274684c123 8415:2361bf148c06
147 static void log_primitive(JavaThread* thread, jchar typeChar, jlong value, jboolean newline); 147 static void log_primitive(JavaThread* thread, jchar typeChar, jlong value, jboolean newline);
148 148
149 static jint identity_hash_code(JavaThread* thread, oopDesc* objd); 149 static jint identity_hash_code(JavaThread* thread, oopDesc* objd);
150 static jboolean thread_is_interrupted(JavaThread* thread, oopDesc* obj, jboolean clear_interrupte); 150 static jboolean thread_is_interrupted(JavaThread* thread, oopDesc* obj, jboolean clear_interrupte);
151 151
152 // Note: Must be kept in sync with constants in com.oracle.graal.snippets.Log 152 // Note: Must be kept in sync with constants in com.oracle.graal.replacements.Log
153 enum { 153 enum {
154 LOG_OBJECT_NEWLINE = 0x01, 154 LOG_OBJECT_NEWLINE = 0x01,
155 LOG_OBJECT_STRING = 0x02, 155 LOG_OBJECT_STRING = 0x02,
156 LOG_OBJECT_ADDRESS = 0x04 156 LOG_OBJECT_ADDRESS = 0x04
157 }; 157 };