changeset 8514:32e57c4e0e9d

-Fix compilation error
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Mon, 25 Mar 2013 16:20:07 +0100
parents c36e8ded27d4
children 6ed17512f672
files src/share/vm/graal/graalRuntime.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/graal/graalRuntime.hpp	Fri Mar 22 23:44:38 2013 +0100
+++ b/src/share/vm/graal/graalRuntime.hpp	Mon Mar 25 16:20:07 2013 +0100
@@ -148,7 +148,7 @@
   static void log_printf(JavaThread* thread, oop format, jlong v1, jlong v2, jlong v3);
   static void log_primitive(JavaThread* thread, jchar typeChar, jlong value, jboolean newline);
   static void wb_pre_call(JavaThread* thread, oopDesc* obj);
-  static void wb_post_call(JavaThread* thread, oopDesc* obj,void* obj);
+  static void wb_post_call(JavaThread* thread, oopDesc* obj, void* card);
 
   static jint identity_hash_code(JavaThread* thread, oopDesc* objd);
   static jboolean thread_is_interrupted(JavaThread* thread, oopDesc* obj, jboolean clear_interrupte);