comparison src/share/vm/runtime/vmStructs.cpp @ 13220:2b43fcc68add

Put _pending_deoptimization and _pending_monitorenter under ifdef GRAAL
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 02 Dec 2013 18:06:00 +0100
parents 599eaf3bc4b2
children 42aaf7306707
comparison
equal deleted inserted replaced
13219:fdc3925a8e74 13220:2b43fcc68add
911 static_field(Threads, _number_of_threads, int) \ 911 static_field(Threads, _number_of_threads, int) \
912 static_field(Threads, _number_of_non_daemon_threads, int) \ 912 static_field(Threads, _number_of_non_daemon_threads, int) \
913 static_field(Threads, _return_code, int) \ 913 static_field(Threads, _return_code, int) \
914 \ 914 \
915 nonstatic_field(ThreadShadow, _pending_exception, oop) \ 915 nonstatic_field(ThreadShadow, _pending_exception, oop) \
916 nonstatic_field(ThreadShadow, _pending_deoptimization, int) \
917 nonstatic_field(ThreadShadow, _exception_file, const char*) \ 916 nonstatic_field(ThreadShadow, _exception_file, const char*) \
918 nonstatic_field(ThreadShadow, _exception_line, int) \ 917 nonstatic_field(ThreadShadow, _exception_line, int) \
919 volatile_nonstatic_field(Thread, _suspend_flags, uint32_t) \ 918 volatile_nonstatic_field(Thread, _suspend_flags, uint32_t) \
920 nonstatic_field(Thread, _active_handles, JNIHandleBlock*) \ 919 nonstatic_field(Thread, _active_handles, JNIHandleBlock*) \
921 nonstatic_field(Thread, _tlab, ThreadLocalAllocBuffer) \ 920 nonstatic_field(Thread, _tlab, ThreadLocalAllocBuffer) \