2396 declare_constant(JVM_CONSTANT_Double) \
2397 declare_constant(JVM_CONSTANT_Class) \
2398 declare_constant(JVM_CONSTANT_String) \
2399 declare_constant(JVM_CONSTANT_Fieldref) \
2400 declare_constant(JVM_CONSTANT_Methodref) \
2401 declare_constant(JVM_CONSTANT_InterfaceMethodref) \
2402 declare_constant(JVM_CONSTANT_NameAndType) \
2403 declare_constant(JVM_CONSTANT_MethodHandle) \
2404 declare_constant(JVM_CONSTANT_MethodType) \
2405 declare_constant(JVM_CONSTANT_InvokeDynamic) \
2406 declare_constant(JVM_CONSTANT_ExternalMax) \
2407 \
2408 declare_constant(JVM_CONSTANT_Invalid) \
2409 declare_constant(JVM_CONSTANT_InternalMin) \
2410 declare_constant(JVM_CONSTANT_UnresolvedClass) \
2411 declare_constant(JVM_CONSTANT_ClassIndex) \
2412 declare_constant(JVM_CONSTANT_StringIndex) \
2413 declare_constant(JVM_CONSTANT_UnresolvedClassInError) \
2414 declare_constant(JVM_CONSTANT_MethodHandleInError) \
2415 declare_constant(JVM_CONSTANT_MethodTypeInError) \
2416 declare_constant(JVM_CONSTANT_InternalMax) \
2417 \
2418 /*****************************/ \
2419 /* Thread::SuspendFlags enum */ \
2420 /*****************************/ \
2421 \
2422 declare_constant(Thread::_external_suspend) \
2423 declare_constant(Thread::_ext_suspended) \
2424 declare_constant(Thread::_has_async_exception) \
2425 \
2426 /*******************/ \
2427 /* JavaThreadState */ \
2428 /*******************/ \
2429 \
2430 declare_constant(_thread_uninitialized) \
2431 declare_constant(_thread_new) \
2432 declare_constant(_thread_new_trans) \
2433 declare_constant(_thread_in_native) \
2434 declare_constant(_thread_in_native_trans) \
2435 declare_constant(_thread_in_vm) \
|
2396 declare_constant(JVM_CONSTANT_Double) \
2397 declare_constant(JVM_CONSTANT_Class) \
2398 declare_constant(JVM_CONSTANT_String) \
2399 declare_constant(JVM_CONSTANT_Fieldref) \
2400 declare_constant(JVM_CONSTANT_Methodref) \
2401 declare_constant(JVM_CONSTANT_InterfaceMethodref) \
2402 declare_constant(JVM_CONSTANT_NameAndType) \
2403 declare_constant(JVM_CONSTANT_MethodHandle) \
2404 declare_constant(JVM_CONSTANT_MethodType) \
2405 declare_constant(JVM_CONSTANT_InvokeDynamic) \
2406 declare_constant(JVM_CONSTANT_ExternalMax) \
2407 \
2408 declare_constant(JVM_CONSTANT_Invalid) \
2409 declare_constant(JVM_CONSTANT_InternalMin) \
2410 declare_constant(JVM_CONSTANT_UnresolvedClass) \
2411 declare_constant(JVM_CONSTANT_ClassIndex) \
2412 declare_constant(JVM_CONSTANT_StringIndex) \
2413 declare_constant(JVM_CONSTANT_UnresolvedClassInError) \
2414 declare_constant(JVM_CONSTANT_MethodHandleInError) \
2415 declare_constant(JVM_CONSTANT_MethodTypeInError) \
2416 declare_constant(JVM_CONSTANT_InvokeDynamicInError) \
2417 declare_constant(JVM_CONSTANT_InternalMax) \
2418 \
2419 /*****************************/ \
2420 /* Thread::SuspendFlags enum */ \
2421 /*****************************/ \
2422 \
2423 declare_constant(Thread::_external_suspend) \
2424 declare_constant(Thread::_ext_suspended) \
2425 declare_constant(Thread::_has_async_exception) \
2426 \
2427 /*******************/ \
2428 /* JavaThreadState */ \
2429 /*******************/ \
2430 \
2431 declare_constant(_thread_uninitialized) \
2432 declare_constant(_thread_new) \
2433 declare_constant(_thread_new_trans) \
2434 declare_constant(_thread_in_native) \
2435 declare_constant(_thread_in_native_trans) \
2436 declare_constant(_thread_in_vm) \
|