diff src/share/vm/graal/graalRuntime.cpp @ 7222:720925633b3a

fixes after merge
author Christian Haeubl <haeubl@ssw.jku.at>
date Tue, 11 Dec 2012 09:10:50 +0100
parents 2ae3e26b7e9a
children 8a3efb8c831d
line wrap: on
line diff
--- a/src/share/vm/graal/graalRuntime.cpp	Tue Dec 11 08:48:12 2012 +0100
+++ b/src/share/vm/graal/graalRuntime.cpp	Tue Dec 11 09:10:50 2012 +0100
@@ -588,9 +588,6 @@
 JRT_END
 
 JRT_ENTRY(jboolean, GraalRuntime::graal_thread_is_interrupted(JavaThread* thread, oop receiver, jboolean clear_interrupted))
-  // TEMP:
-  tty->print_cr("ThreadIsInterruptedSlowCase");
-
   // Ensure that the C++ Thread and OSThread structures aren't freed before we operate
   Handle receiverHandle(thread, receiver);
   JRT_BLOCK