mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8033552: Fix missing missing volatile specifiers in CAS operations in GC code
Add missing volatile specifiers. Reviewed-by: kbarrett, tschatzl
This commit is contained in:
parent
7ee6161c86
commit
f6f5dfdb4a
20 changed files with 61 additions and 59 deletions
|
@ -69,7 +69,7 @@
|
|||
\
|
||||
static_field(CompilerToVM::Data, _supports_inline_contig_alloc, bool) \
|
||||
static_field(CompilerToVM::Data, _heap_end_addr, HeapWord**) \
|
||||
static_field(CompilerToVM::Data, _heap_top_addr, HeapWord**) \
|
||||
static_field(CompilerToVM::Data, _heap_top_addr, HeapWord* volatile*) \
|
||||
\
|
||||
static_field(CompilerToVM::Data, _max_oop_map_stack_offset, int) \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue