hotspot/src/share/vm/services/threadService.cpp
changeset 950 6112b627bb36
parent 670 ddf3e9583f2f
child 3575 224791e7ecab
--- a/hotspot/src/share/vm/services/threadService.cpp	Sat Jul 19 17:38:22 2008 -0400
+++ b/hotspot/src/share/vm/services/threadService.cpp	Mon Jul 28 14:07:44 2008 -0400
@@ -744,7 +744,7 @@
   }
 
   // Support for JSR-166 locks
-  if (JDK_Version::supports_thread_park_blocker() &&
+  if (JDK_Version::current().supports_thread_park_blocker() &&
         (_thread_status == java_lang_Thread::PARKED ||
          _thread_status == java_lang_Thread::PARKED_TIMED)) {