8198949: Modularize arraycopy stub routine GC barriers

Reviewed-by: rkennke, pliden
This commit is contained in:
Erik Österlund 2018-03-21 14:38:32 +01:00
parent 55233a42f3
commit b7aa9d3975
69 changed files with 3031 additions and 1126 deletions

View file

@ -25,7 +25,7 @@
#include "precompiled.hpp"
#include "classfile/systemDictionary.hpp"
#include "gc/shared/allocTracer.hpp"
#include "gc/shared/barrierSet.inline.hpp"
#include "gc/shared/barrierSet.hpp"
#include "gc/shared/collectedHeap.hpp"
#include "gc/shared/collectedHeap.inline.hpp"
#include "gc/shared/gcLocker.inline.hpp"