8244200: Shenandoah: build breakages after JDK-8241743

Reviewed-by: rkennke
This commit is contained in:
Aleksey Shipilev 2020-05-04 19:09:07 +02:00
parent 31041d406a
commit e70d76d741
14 changed files with 14 additions and 7 deletions

View file

@ -31,7 +31,7 @@
#include "gc/shenandoah/shenandoahClosures.inline.hpp"
#include "gc/shenandoah/shenandoahConcurrentRoots.hpp"
#include "gc/shenandoah/shenandoahRootProcessor.inline.hpp"
#include "gc/shenandoah/shenandoahHeap.hpp"
#include "gc/shenandoah/shenandoahHeap.inline.hpp"
#include "gc/shenandoah/shenandoahPhaseTimings.hpp"
#include "gc/shenandoah/shenandoahStringDedup.hpp"
#include "gc/shenandoah/shenandoahVMOperations.hpp"