mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
6965184: possible races in make_not_entrant_or_zombie
Reviewed-by: kvn
This commit is contained in:
parent
ae3ddc1514
commit
7533d0caf7
22 changed files with 226 additions and 740 deletions
|
@ -614,7 +614,6 @@ static inline uint64_t cast_uint64_t(size_t x)
|
|||
/* NMethods (NOTE: incomplete, but only a little) */ \
|
||||
/**************************************************/ \
|
||||
\
|
||||
static_field(nmethod, _zombie_instruction_size, int) \
|
||||
nonstatic_field(nmethod, _method, methodOop) \
|
||||
nonstatic_field(nmethod, _entry_bci, int) \
|
||||
nonstatic_field(nmethod, _osr_link, nmethod*) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue