mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8213231: ThreadSnapshot::_threadObj can become stale
Reviewed-by: dcubed, dholmes, rehn
This commit is contained in:
parent
72141ff6e6
commit
cdd5a05373
5 changed files with 42 additions and 29 deletions
|
@ -445,7 +445,7 @@ class VM_ThreadDump : public VM_Operation {
|
|||
bool _with_locked_monitors;
|
||||
bool _with_locked_synchronizers;
|
||||
|
||||
ThreadSnapshot* snapshot_thread(JavaThread* java_thread, ThreadConcurrentLocks* tcl);
|
||||
void snapshot_thread(JavaThread* java_thread, ThreadConcurrentLocks* tcl);
|
||||
|
||||
public:
|
||||
VM_ThreadDump(ThreadDumpResult* result,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue