File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 5454#include " gc/z/zThreadLocalData.hpp"
5555#endif
5656#if INCLUDE_SHENANDOAHGC
57+ #include " gc/shenandoah/shenandoahHeap.hpp"
5758#include " gc/shenandoah/shenandoahRuntime.hpp"
5859#include " gc/shenandoah/shenandoahThreadLocalData.hpp"
5960#endif
969970 declare_constant_with_value(" ShenandoahThreadLocalData::satb_mark_queue_index_offset" , in_bytes(ShenandoahThreadLocalData::satb_mark_queue_index_offset())) \
970971 declare_constant_with_value(" ShenandoahThreadLocalData::satb_mark_queue_buffer_offset" , in_bytes(ShenandoahThreadLocalData::satb_mark_queue_buffer_offset())) \
971972 declare_constant_with_value(" ShenandoahThreadLocalData::card_table_offset" , in_bytes(ShenandoahThreadLocalData::card_table_offset())) \
973+ declare_constant_with_value(" ShenandoahHeap::HAS_FORWARDED" , ShenandoahHeap::HAS_FORWARDED) \
974+ declare_constant_with_value(" ShenandoahHeap::MARKING" , ShenandoahHeap::MARKING) \
975+ declare_constant_with_value(" ShenandoahHeap::EVACUATION" , ShenandoahHeap::EVACUATION) \
976+ declare_constant_with_value(" ShenandoahHeap::UPDATE_REFS" , ShenandoahHeap::UPDATE_REFS) \
977+ declare_constant_with_value(" ShenandoahHeap::WEAK_ROOTS" , ShenandoahHeap::WEAK_ROOTS) \
978+ declare_constant_with_value(" ShenandoahHeap::YOUNG_MARKING" , ShenandoahHeap::YOUNG_MARKING) \
979+ declare_constant_with_value(" ShenandoahHeap::OLD_MARKING" , ShenandoahHeap::OLD_MARKING) \
972980
973981#endif
974982
You can’t perform that action at this time.
0 commit comments