comparison src/share/vm/runtime/globals.hpp @ 564:323728917cf4

6788376: allow to ignore unrecognized VM options Summary: Add new product flag -XX:+IgnoreUnrecognizedVMOptions Reviewed-by: ysr, xlu
author kvn
date Thu, 05 Feb 2009 13:38:52 -0800
parents ffe19141e312
children dca06e7f503d
comparison
equal deleted inserted replaced
563:1b9fc6e3171b 564:323728917cf4
2165 "If false, restricts profiled locations to the root method only") \ 2165 "If false, restricts profiled locations to the root method only") \
2166 \ 2166 \
2167 product(bool, PrintVMOptions, trueInDebug, \ 2167 product(bool, PrintVMOptions, trueInDebug, \
2168 "print VM flag settings") \ 2168 "print VM flag settings") \
2169 \ 2169 \
2170 product(bool, IgnoreUnrecognizedVMOptions, false, \
2171 "Ignore unrecognized VM options") \
2172 \
2170 diagnostic(bool, SerializeVMOutput, true, \ 2173 diagnostic(bool, SerializeVMOutput, true, \
2171 "Use a mutex to serialize output to tty and hotspot.log") \ 2174 "Use a mutex to serialize output to tty and hotspot.log") \
2172 \ 2175 \
2173 diagnostic(bool, DisplayVMOutput, true, \ 2176 diagnostic(bool, DisplayVMOutput, true, \
2174 "Display all VM output on the tty, independently of LogVMOutput") \ 2177 "Display all VM output on the tty, independently of LogVMOutput") \