mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8224151: Test vmTestbase/nsk/sysdict/vm/stress/chain/chain007/chain007.java might hang with release binaries
Fix deadlock on ClassLoaderDataGraph_lock and g1 clear_claimed_marks. Reviewed-by: tschatzl, lfoltan, eosterlund
This commit is contained in:
parent
60b662d85e
commit
7235c5b0e2
5 changed files with 18 additions and 8 deletions
|
@ -526,7 +526,7 @@ typedef PaddedEnd<ObjectMonitor> PaddedObjectMonitor;
|
|||
nonstatic_field(ClassLoaderData, _is_unsafe_anonymous, bool) \
|
||||
volatile_nonstatic_field(ClassLoaderData, _dictionary, Dictionary*) \
|
||||
\
|
||||
static_field(ClassLoaderDataGraph, _head, ClassLoaderData*) \
|
||||
static_ptr_volatile_field(ClassLoaderDataGraph, _head, ClassLoaderData*) \
|
||||
\
|
||||
/**********/ \
|
||||
/* Arrays */ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue