< prev index next >

src/share/vm/gc/parallel/vmStructs_parallelgc.hpp

Print this page
rev 11970 : [mq]: base_volatiles

*** 24,33 **** --- 24,34 ---- #ifndef SHARE_VM_GC_PARALLEL_VMSTRUCTS_PARALLELGC_HPP #define SHARE_VM_GC_PARALLEL_VMSTRUCTS_PARALLELGC_HPP #define VM_STRUCTS_PARALLELGC(nonstatic_field, \ + volatile_nonstatic_field, \ static_field) \ \ /**********************/ \ /* Parallel GC fields */ \ /**********************/ \
*** 38,48 **** nonstatic_field(PSVirtualSpace, _committed_high_addr, char*) \ \ nonstatic_field(ImmutableSpace, _bottom, HeapWord*) \ nonstatic_field(ImmutableSpace, _end, HeapWord*) \ \ ! nonstatic_field(MutableSpace, _top, HeapWord*) \ \ nonstatic_field(PSYoungGen, _reserved, MemRegion) \ nonstatic_field(PSYoungGen, _virtual_space, PSVirtualSpace*) \ nonstatic_field(PSYoungGen, _eden_space, MutableSpace*) \ nonstatic_field(PSYoungGen, _from_space, MutableSpace*) \ --- 39,49 ---- nonstatic_field(PSVirtualSpace, _committed_high_addr, char*) \ \ nonstatic_field(ImmutableSpace, _bottom, HeapWord*) \ nonstatic_field(ImmutableSpace, _end, HeapWord*) \ \ ! volatile_nonstatic_field(MutableSpace, _top, HeapWord*) \ \ nonstatic_field(PSYoungGen, _reserved, MemRegion) \ nonstatic_field(PSYoungGen, _virtual_space, PSVirtualSpace*) \ nonstatic_field(PSYoungGen, _eden_space, MutableSpace*) \ nonstatic_field(PSYoungGen, _from_space, MutableSpace*) \
< prev index next >