diff src/share/vm/graal/graalRuntime.cpp @ 9457:3e7d22d31f7e

replaced stub_printf assembler stub with a compiled stub (GRAAL-81)
author Doug Simon <doug.simon@oracle.com>
date Tue, 30 Apr 2013 20:46:20 +0200
parents 0266549ff6e0
children 5fa54bf57f8c
line wrap: on
line diff
--- a/src/share/vm/graal/graalRuntime.cpp	Tue Apr 30 20:28:33 2013 +0200
+++ b/src/share/vm/graal/graalRuntime.cpp	Tue Apr 30 20:46:20 2013 +0200
@@ -570,7 +570,7 @@
   tty->print(buf, v1, v2, v3);
 JRT_END
 
-JRT_LEAF(void, GraalRuntime::stub_printf(JavaThread* thread, jlong format, jlong v1, jlong v2, jlong v3))
+JRT_LEAF(void, GraalRuntime::stub_printf(jlong format, jlong v1, jlong v2, jlong v3))
   ResourceMark rm;
   char *buf = (char*) (address) format;
   tty->print(buf, v1, v2, v3);