comparison src/share/vm/graal/graalRuntime.hpp @ 10072:62ea8789b88a

Remove leaf calls for G1 calls
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Mon, 17 Jun 2013 20:39:24 +0200
parents 1b60f639ac4b
children 8b22524df53b
comparison
equal deleted inserted replaced
10071:4071b48fc4ed 10072:62ea8789b88a
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, oopDesc* obj, void* card);
57 }; 55 };
58 56
59 #endif // SHARE_VM_GRAAL_GRAAL_RUNTIME_HPP 57 #endif // SHARE_VM_GRAAL_GRAAL_RUNTIME_HPP