src/share/vm/runtime/vmStructs.cpp

changeset 1137
b9fba36710f2
parent 1127
23276f80d930
child 1279
bd02caa94611
equal deleted inserted replaced
1132:922aedc96ef5 1137:b9fba36710f2
654 static_field(Threads, _number_of_non_daemon_threads, int) \ 654 static_field(Threads, _number_of_non_daemon_threads, int) \
655 static_field(Threads, _return_code, int) \ 655 static_field(Threads, _return_code, int) \
656 \ 656 \
657 volatile_nonstatic_field(Thread, _suspend_flags, uint32_t) \ 657 volatile_nonstatic_field(Thread, _suspend_flags, uint32_t) \
658 nonstatic_field(Thread, _active_handles, JNIHandleBlock*) \ 658 nonstatic_field(Thread, _active_handles, JNIHandleBlock*) \
659 nonstatic_field(Thread, _highest_lock, address) \
660 nonstatic_field(Thread, _tlab, ThreadLocalAllocBuffer) \ 659 nonstatic_field(Thread, _tlab, ThreadLocalAllocBuffer) \
661 nonstatic_field(Thread, _current_pending_monitor, ObjectMonitor*) \ 660 nonstatic_field(Thread, _current_pending_monitor, ObjectMonitor*) \
662 nonstatic_field(Thread, _current_pending_monitor_is_from_java, bool) \ 661 nonstatic_field(Thread, _current_pending_monitor_is_from_java, bool) \
663 nonstatic_field(Thread, _current_waiting_monitor, ObjectMonitor*) \ 662 nonstatic_field(Thread, _current_waiting_monitor, ObjectMonitor*) \
664 nonstatic_field(NamedThread, _name, char*) \ 663 nonstatic_field(NamedThread, _name, char*) \

mercurial