mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8268052: [JVMCI] non-default installed code must be marked as in_use
Reviewed-by: kvn, dnsimon
This commit is contained in:
parent
bb3d226a4e
commit
db45ff09ac
9 changed files with 46 additions and 20 deletions
|
@ -590,10 +590,13 @@
|
|||
declare_constant(JumpData::taken_off_set) \
|
||||
declare_constant(JumpData::displacement_off_set) \
|
||||
\
|
||||
declare_preprocessor_constant("JVMCI::ok", JVMCI::ok) \
|
||||
declare_preprocessor_constant("JVMCI::dependencies_failed", JVMCI::dependencies_failed) \
|
||||
declare_preprocessor_constant("JVMCI::cache_full", JVMCI::cache_full) \
|
||||
declare_preprocessor_constant("JVMCI::code_too_large", JVMCI::code_too_large) \
|
||||
declare_preprocessor_constant("JVMCI::ok", JVMCI::ok) \
|
||||
declare_preprocessor_constant("JVMCI::dependencies_failed", JVMCI::dependencies_failed) \
|
||||
declare_preprocessor_constant("JVMCI::cache_full", JVMCI::cache_full) \
|
||||
declare_preprocessor_constant("JVMCI::code_too_large", JVMCI::code_too_large) \
|
||||
declare_preprocessor_constant("JVMCI::nmethod_reclaimed", JVMCI::nmethod_reclaimed) \
|
||||
declare_preprocessor_constant("JVMCI::first_permanent_bailout", JVMCI::first_permanent_bailout) \
|
||||
\
|
||||
declare_constant(JVMCIRuntime::none) \
|
||||
declare_constant(JVMCIRuntime::by_holder) \
|
||||
declare_constant(JVMCIRuntime::by_full_signature) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue