8258242: Type profile pollution occurs when memory segments of different kinds are used

Reviewed-by: vlivanov, redestad
This commit is contained in:
Maurizio Cimadamore 2020-12-15 13:50:40 +00:00
parent 09e8675f56
commit 7ff9c85639
8 changed files with 225 additions and 10 deletions

View file

@ -353,6 +353,7 @@
/* Panama Support */ \
template(jdk_internal_invoke_NativeEntryPoint, "jdk/internal/invoke/NativeEntryPoint") \
template(jdk_internal_invoke_NativeEntryPoint_signature, "Ljdk/internal/invoke/NativeEntryPoint;") \
template(jdk_incubator_foreign_MemoryAccess, "jdk/incubator/foreign/MemoryAccess") \
\
/* Support for JVMCI */ \
JVMCI_VM_SYMBOLS_DO(template, do_alias) \