diff src/share/vm/services/threadService.cpp @ 242:d95b224e9f17

6721093: -XX:AppendRatio=N not supported Summary: Add mechanism to ignore unsupported flags for a set period of time Reviewed-by: acorn, never, coleenp
author kamg
date Mon, 28 Jul 2008 14:07:44 -0400
parents d1605aabd0a1
children 6a93908f268f
line wrap: on
line diff
--- a/src/share/vm/services/threadService.cpp	Sat Jul 19 17:38:22 2008 -0400
+++ b/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)) {