diff src/share/vm/jvmci/vmStructs_jvmci.hpp @ 23379:24505bf61633

allow JVMCI compiler to change the compilation policy for a method (JDK-8152311)
author Doug Simon <doug.simon@oracle.com>
date Mon, 09 May 2016 16:08:16 +0200
parents c3b49e9d0f48
children b5557b757040
line wrap: on
line diff
--- a/src/share/vm/jvmci/vmStructs_jvmci.hpp	Mon May 09 11:31:54 2016 +0200
+++ b/src/share/vm/jvmci/vmStructs_jvmci.hpp	Mon May 09 16:08:16 2016 +0200
@@ -55,6 +55,9 @@
   declare_constant(JVMCIEnv::dependencies_invalid)                                                \
   declare_constant(JVMCIEnv::cache_full)                                                          \
   declare_constant(JVMCIEnv::code_too_large)                                                      \
+  declare_constant(JVMCIRuntime::none)                                                            \
+  declare_constant(JVMCIRuntime::by_holder)                                                       \
+  declare_constant(JVMCIRuntime::by_full_signature)                                               \
                                                                                                   \
   declare_preprocessor_constant("JVM_ACC_SYNTHETIC", JVM_ACC_SYNTHETIC)                           \
   declare_preprocessor_constant("JVM_RECOGNIZED_FIELD_MODIFIERS", JVM_RECOGNIZED_FIELD_MODIFIERS) \