src/share/vm/memory/cardTableModRefBS.hpp

changeset 8659
c70ebf41026a
parent 7051
1f1d373cd044
child 8856
ac27a9c85bea
child 9327
f96fcd9e1e1b
     1.1 --- a/src/share/vm/memory/cardTableModRefBS.hpp	Thu Dec 08 15:12:58 2016 +0300
     1.2 +++ b/src/share/vm/memory/cardTableModRefBS.hpp	Fri Dec 02 11:07:27 2016 +0100
     1.3 @@ -217,7 +217,7 @@
     1.4    CardArr* _lowest_non_clean;
     1.5    size_t*  _lowest_non_clean_chunk_size;
     1.6    uintptr_t* _lowest_non_clean_base_chunk_index;
     1.7 -  int* _last_LNC_resizing_collection;
     1.8 +  volatile int* _last_LNC_resizing_collection;
     1.9  
    1.10    // Initializes "lowest_non_clean" to point to the array for the region
    1.11    // covering "sp", and "lowest_non_clean_base_chunk_index" to the chunk

mercurial