< prev index next >
src/hotspot/share/runtime/globals.hpp
Print this page
rev 50303 : Thread Dump Extension (memory allocation)
@@ -659,10 +659,13 @@
"Log compilation activity in detail to LogFile") \
\
product(bool, PrintCompilation, false, \
"Print compilations") \
\
+ product(bool, PrintExtendedThreadInfo, false, \
+ "Print more informatiuon in thread dump") \
+ \
diagnostic(bool, TraceNMethodInstalls, false, \
"Trace nmethod installation") \
\
diagnostic(intx, ScavengeRootsInCode, 2, \
"0: do not allow scavengable oops in the code cache; " \
< prev index next >