src/share/vm/services/threadService.cpp

changeset 677
d95b224e9f17
parent 631
d1605aabd0a1
child 1310
6a93908f268f
     1.1 --- a/src/share/vm/services/threadService.cpp	Sat Jul 19 17:38:22 2008 -0400
     1.2 +++ b/src/share/vm/services/threadService.cpp	Mon Jul 28 14:07:44 2008 -0400
     1.3 @@ -744,7 +744,7 @@
     1.4    }
     1.5  
     1.6    // Support for JSR-166 locks
     1.7 -  if (JDK_Version::supports_thread_park_blocker() &&
     1.8 +  if (JDK_Version::current().supports_thread_park_blocker() &&
     1.9          (_thread_status == java_lang_Thread::PARKED ||
    1.10           _thread_status == java_lang_Thread::PARKED_TIMED)) {
    1.11  

mercurial