< prev index next >

src/hotspot/share/runtime/vmStructs.cpp

Print this page




2331   declare_constant(JVM_CONSTANT_Integer)                                  \
2332   declare_constant(JVM_CONSTANT_Float)                                    \
2333   declare_constant(JVM_CONSTANT_Long)                                     \
2334   declare_constant(JVM_CONSTANT_Double)                                   \
2335   declare_constant(JVM_CONSTANT_Class)                                    \
2336   declare_constant(JVM_CONSTANT_String)                                   \
2337   declare_constant(JVM_CONSTANT_Fieldref)                                 \
2338   declare_constant(JVM_CONSTANT_Methodref)                                \
2339   declare_constant(JVM_CONSTANT_InterfaceMethodref)                       \
2340   declare_constant(JVM_CONSTANT_NameAndType)                              \
2341   declare_constant(JVM_CONSTANT_MethodHandle)                             \
2342   declare_constant(JVM_CONSTANT_MethodType)                               \
2343   declare_constant(JVM_CONSTANT_Dynamic)                                  \
2344   declare_constant(JVM_CONSTANT_InvokeDynamic)                            \
2345   declare_constant(JVM_CONSTANT_ExternalMax)                              \
2346                                                                           \
2347   declare_constant(JVM_CONSTANT_Invalid)                                  \
2348   declare_constant(JVM_CONSTANT_InternalMin)                              \
2349   declare_constant(JVM_CONSTANT_UnresolvedClass)                          \
2350   declare_constant(JVM_CONSTANT_ClassIndex)                               \
2351   declare_constant(JVM_CONSTANT_ValueIndex)                               \
2352   declare_constant(JVM_CONSTANT_StringIndex)                              \
2353   declare_constant(JVM_CONSTANT_UnresolvedClassInError)                   \
2354   declare_constant(JVM_CONSTANT_MethodHandleInError)                      \
2355   declare_constant(JVM_CONSTANT_MethodTypeInError)                        \
2356   declare_constant(JVM_CONSTANT_DynamicInError)                           \
2357   declare_constant(JVM_CONSTANT_Value)                                    \
2358   declare_constant(JVM_CONSTANT_UnresolvedValue)                          \
2359   declare_constant(JVM_CONSTANT_UnresolvedValueInError)                   \
2360   declare_constant(JVM_CONSTANT_InternalMax)                              \
2361                                                                           \
2362   /*****************************/                                         \
2363   /* Thread::SuspendFlags enum */                                         \
2364   /*****************************/                                         \
2365                                                                           \
2366   declare_constant(Thread::_external_suspend)                             \
2367   declare_constant(Thread::_ext_suspended)                                \
2368   declare_constant(Thread::_has_async_exception)                          \
2369                                                                           \
2370   /*******************/                                                   \
2371   /* JavaThreadState */                                                   \
2372   /*******************/                                                   \
2373                                                                           \
2374   declare_constant(_thread_uninitialized)                                 \
2375   declare_constant(_thread_new)                                           \
2376   declare_constant(_thread_new_trans)                                     \
2377   declare_constant(_thread_in_native)                                     \
2378   declare_constant(_thread_in_native_trans)                               \
2379   declare_constant(_thread_in_vm)                                         \




2331   declare_constant(JVM_CONSTANT_Integer)                                  \
2332   declare_constant(JVM_CONSTANT_Float)                                    \
2333   declare_constant(JVM_CONSTANT_Long)                                     \
2334   declare_constant(JVM_CONSTANT_Double)                                   \
2335   declare_constant(JVM_CONSTANT_Class)                                    \
2336   declare_constant(JVM_CONSTANT_String)                                   \
2337   declare_constant(JVM_CONSTANT_Fieldref)                                 \
2338   declare_constant(JVM_CONSTANT_Methodref)                                \
2339   declare_constant(JVM_CONSTANT_InterfaceMethodref)                       \
2340   declare_constant(JVM_CONSTANT_NameAndType)                              \
2341   declare_constant(JVM_CONSTANT_MethodHandle)                             \
2342   declare_constant(JVM_CONSTANT_MethodType)                               \
2343   declare_constant(JVM_CONSTANT_Dynamic)                                  \
2344   declare_constant(JVM_CONSTANT_InvokeDynamic)                            \
2345   declare_constant(JVM_CONSTANT_ExternalMax)                              \
2346                                                                           \
2347   declare_constant(JVM_CONSTANT_Invalid)                                  \
2348   declare_constant(JVM_CONSTANT_InternalMin)                              \
2349   declare_constant(JVM_CONSTANT_UnresolvedClass)                          \
2350   declare_constant(JVM_CONSTANT_ClassIndex)                               \

2351   declare_constant(JVM_CONSTANT_StringIndex)                              \
2352   declare_constant(JVM_CONSTANT_UnresolvedClassInError)                   \
2353   declare_constant(JVM_CONSTANT_MethodHandleInError)                      \
2354   declare_constant(JVM_CONSTANT_MethodTypeInError)                        \
2355   declare_constant(JVM_CONSTANT_DynamicInError)                           \



2356   declare_constant(JVM_CONSTANT_InternalMax)                              \
2357                                                                           \
2358   /*****************************/                                         \
2359   /* Thread::SuspendFlags enum */                                         \
2360   /*****************************/                                         \
2361                                                                           \
2362   declare_constant(Thread::_external_suspend)                             \
2363   declare_constant(Thread::_ext_suspended)                                \
2364   declare_constant(Thread::_has_async_exception)                          \
2365                                                                           \
2366   /*******************/                                                   \
2367   /* JavaThreadState */                                                   \
2368   /*******************/                                                   \
2369                                                                           \
2370   declare_constant(_thread_uninitialized)                                 \
2371   declare_constant(_thread_new)                                           \
2372   declare_constant(_thread_new_trans)                                     \
2373   declare_constant(_thread_in_native)                                     \
2374   declare_constant(_thread_in_native_trans)                               \
2375   declare_constant(_thread_in_vm)                                         \


< prev index next >