mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8234432: AOT tests failing with 'used 'epsilon gc' is different from current 'g1 gc'' after CMS removal
Reviewed-by: kvn
This commit is contained in:
parent
4edbdd1cb3
commit
edf902a3c9
3 changed files with 14 additions and 1 deletions
|
@ -465,6 +465,13 @@
|
|||
declare_constant(CodeInstaller::INLINE_CONTIGUOUS_ALLOCATION_SUPPORTED) \
|
||||
declare_constant(CodeInstaller::INVOKE_INVALID) \
|
||||
\
|
||||
declare_constant(CollectedHeap::Serial) \
|
||||
declare_constant(CollectedHeap::Parallel) \
|
||||
declare_constant(CollectedHeap::G1) \
|
||||
declare_constant(CollectedHeap::Epsilon) \
|
||||
declare_constant(CollectedHeap::Z) \
|
||||
declare_constant(CollectedHeap::Shenandoah) \
|
||||
\
|
||||
declare_constant(ConstantPool::CPCACHE_INDEX_TAG) \
|
||||
declare_constant(ConstantPool::_has_dynamic_constant) \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue