8256641: CDS VM operations do not lock the heap

Reviewed-by: kbarrett, iklam
This commit is contained in:
Thomas Schatzl 2020-12-11 18:14:37 +00:00
parent 58dca9253d
commit bacf22b907
10 changed files with 85 additions and 35 deletions

View file

@ -38,6 +38,7 @@
#include "gc/shared/barrierSet.hpp"
#include "gc/shared/gcId.hpp"
#include "gc/shared/gcLocker.inline.hpp"
#include "gc/shared/gcVMOperations.hpp"
#include "gc/shared/oopStorage.hpp"
#include "gc/shared/oopStorageSet.hpp"
#include "gc/shared/workgroup.hpp"