comparison src/share/vm/graal/graalRuntime.hpp @ 12433:808348377021

Fix inconsistent oops in slow path allocation
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Wed, 16 Oct 2013 01:05:14 +0200
parents 97e282186b5b
children 43e004461248
comparison
equal deleted inserted replaced
12415:083e90f11c93 12433:808348377021
54 }; 54 };
55 static void log_object(JavaThread* thread, oop msg, jint flags); 55 static void log_object(JavaThread* thread, oop msg, jint flags);
56 static void write_barrier_pre(JavaThread* thread, oopDesc* obj); 56 static void write_barrier_pre(JavaThread* thread, oopDesc* obj);
57 static void write_barrier_post(JavaThread* thread, void* card); 57 static void write_barrier_post(JavaThread* thread, void* card);
58 static jboolean validate_object(JavaThread* thread, oopDesc* parent, oopDesc* child); 58 static jboolean validate_object(JavaThread* thread, oopDesc* parent, oopDesc* child);
59 static void new_store_pre_barrier(JavaThread* thread);
59 }; 60 };
60 61
61 #endif // SHARE_VM_GRAAL_GRAAL_RUNTIME_HPP 62 #endif // SHARE_VM_GRAAL_GRAAL_RUNTIME_HPP