mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
6721093: -XX:AppendRatio=N not supported
Add mechanism to ignore unsupported flags for a set period of time Reviewed-by: acorn, never, coleenp
This commit is contained in:
parent
20dba03e99
commit
74faacc945
18 changed files with 432 additions and 158 deletions
|
@ -744,7 +744,7 @@ ThreadSnapshot::ThreadSnapshot(JavaThread* thread) {
|
|||
}
|
||||
|
||||
// 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)) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue