comparison src/share/vm/runtime/globals.hpp @ 570:dca06e7f503d

Merge
author kvn
date Tue, 17 Feb 2009 14:30:24 -0800
parents 05c6d52fa7a9 323728917cf4
children 0fbdb4381b99 c6c601a0f2d6
comparison
equal deleted inserted replaced
549:fe3d7c11b4b7 570:dca06e7f503d
2192 "If false, restricts profiled locations to the root method only") \ 2192 "If false, restricts profiled locations to the root method only") \
2193 \ 2193 \
2194 product(bool, PrintVMOptions, trueInDebug, \ 2194 product(bool, PrintVMOptions, trueInDebug, \
2195 "print VM flag settings") \ 2195 "print VM flag settings") \
2196 \ 2196 \
2197 product(bool, IgnoreUnrecognizedVMOptions, false, \
2198 "Ignore unrecognized VM options") \
2199 \
2197 diagnostic(bool, SerializeVMOutput, true, \ 2200 diagnostic(bool, SerializeVMOutput, true, \
2198 "Use a mutex to serialize output to tty and hotspot.log") \ 2201 "Use a mutex to serialize output to tty and hotspot.log") \
2199 \ 2202 \
2200 diagnostic(bool, DisplayVMOutput, true, \ 2203 diagnostic(bool, DisplayVMOutput, true, \
2201 "Display all VM output on the tty, independently of LogVMOutput") \ 2204 "Display all VM output on the tty, independently of LogVMOutput") \