diff src/share/vm/oops/method.cpp @ 15063:36e1a11a72b3

new StackIntrospection interface to allow access to stack contents
author Lukas Stadler <lukas.stadler@oracle.com>
date Fri, 11 Apr 2014 11:52:19 +0200
parents 4062efea018b
children a20be10ad437
line wrap: on
line diff
--- a/src/share/vm/oops/method.cpp	Fri Apr 11 13:41:16 2014 +0200
+++ b/src/share/vm/oops/method.cpp	Fri Apr 11 11:52:19 2014 +0200
@@ -216,7 +216,7 @@
 
   Thread* myThread    = Thread::current();
   methodHandle h_this(myThread, this);
-#ifdef ASSERT
+#if defined(ASSERT) && !defined(GRAAL)
   bool has_capability = myThread->is_VM_thread() ||
                         myThread->is_ConcurrentGC_thread() ||
                         myThread->is_GC_task_thread();