8330026: Serial: Move some includes to vmStructs_serial.hpp

Reviewed-by: kbarrett
This commit is contained in:
Albert Mingkun Yang 2024-04-11 19:22:11 +00:00
parent 31ee5108e0
commit 5808f30b89
2 changed files with 2 additions and 2 deletions

View File

@ -26,6 +26,8 @@
#define SHARE_GC_SERIAL_VMSTRUCTS_SERIAL_HPP
#include "gc/serial/cardTableRS.hpp"
#include "gc/serial/defNewGeneration.hpp"
#include "gc/serial/generation.hpp"
#include "gc/serial/serialHeap.hpp"
#include "gc/serial/tenuredGeneration.hpp"

View File

@ -40,8 +40,6 @@
#include "gc/parallel/vmStructs_parallelgc.hpp"
#endif
#if INCLUDE_SERIALGC
#include "gc/serial/defNewGeneration.hpp"
#include "gc/serial/generation.hpp"
#include "gc/serial/vmStructs_serial.hpp"
#endif
#if INCLUDE_SHENANDOAHGC