comparison src/share/vm/opto/c2_globals.hpp @ 6793:9d89c76b0505

7198499: TraceTypeProfile as diagnostic option Reviewed-by: kvn Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
author twisti
date Wed, 19 Sep 2012 10:38:12 -0700
parents a5dd6e3ef9f3
children 8ae8f9dd7099
comparison
equal deleted inserted replaced
6792:137868b7aa6f 6793:9d89c76b0505
533 "Print out dominator trees for GVN") \ 533 "Print out dominator trees for GVN") \
534 \ 534 \
535 notproduct(bool, TraceSpilling, false, \ 535 notproduct(bool, TraceSpilling, false, \
536 "Trace spilling") \ 536 "Trace spilling") \
537 \ 537 \
538 notproduct(bool, TraceTypeProfile, false, \ 538 diagnostic(bool, TraceTypeProfile, false, \
539 "Trace type profile") \ 539 "Trace type profile") \
540 \ 540 \
541 develop(bool, PoisonOSREntry, true, \ 541 develop(bool, PoisonOSREntry, true, \
542 "Detect abnormal calls to OSR code") \ 542 "Detect abnormal calls to OSR code") \
543 \ 543 \