comparison src/share/vm/graal/graalRuntime.hpp @ 10434:8b22524df53b

Add G1 Barriers' foreign calls
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Thu, 20 Jun 2013 16:10:14 +0200
parents 62ea8789b88a
children 554f67e4ff3f
comparison
equal deleted inserted replaced
10433:d7f4cc510a88 10434:8b22524df53b
50 LOG_OBJECT_NEWLINE = 0x01, 50 LOG_OBJECT_NEWLINE = 0x01,
51 LOG_OBJECT_STRING = 0x02, 51 LOG_OBJECT_STRING = 0x02,
52 LOG_OBJECT_ADDRESS = 0x04 52 LOG_OBJECT_ADDRESS = 0x04
53 }; 53 };
54 static void log_object(JavaThread* thread, oop msg, jint flags); 54 static void log_object(JavaThread* thread, oop msg, jint flags);
55 static void write_barrier_pre(JavaThread* thread, oopDesc* obj);
56 static void write_barrier_post(JavaThread* thread, void* card);
55 }; 57 };
56 58
57 #endif // SHARE_VM_GRAAL_GRAAL_RUNTIME_HPP 59 #endif // SHARE_VM_GRAAL_GRAAL_RUNTIME_HPP