comparison src/share/vm/runtime/globals.hpp @ 4688:f761948a7cd5

Made DeoptimizeALot flag available in product builds (to make testing with that flag faster).
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 24 Feb 2012 19:51:18 +0100
parents 3dbcd1013cc8
children 33df1aeaebbf
comparison
equal deleted inserted replaced
4687:bacc18e07f7b 4688:f761948a7cd5
660 "Check for already marked card before updating card table") \ 660 "Check for already marked card before updating card table") \
661 \ 661 \
662 develop(bool, TraceCallFixup, false, \ 662 develop(bool, TraceCallFixup, false, \
663 "traces all call fixups") \ 663 "traces all call fixups") \
664 \ 664 \
665 develop(bool, DeoptimizeALot, false, \ 665 product(bool, DeoptimizeALot, false, \
666 "deoptimize at every exit from the runtime system") \ 666 "deoptimize at every exit from the runtime system") \
667 \ 667 \
668 notproduct(ccstrlist, DeoptimizeOnlyAt, "", \ 668 notproduct(ccstrlist, DeoptimizeOnlyAt, "", \
669 "a comma separated list of bcis to deoptimize at") \ 669 "a comma separated list of bcis to deoptimize at") \
670 \ 670 \