comparison src/share/vm/c1/c1_globals.hpp @ 6948:e522a00b91aa

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/ after NPG - C++ build works
author Doug Simon <doug.simon@oracle.com>
date Mon, 12 Nov 2012 23:14:12 +0100
parents c38f13903fdf da91efe96a93
children 7d815d842ee0
comparison
equal deleted inserted replaced
6711:ae13cc658b80 6948:e522a00b91aa
321 \ 321 \
322 product(bool, C1OptimizeVirtualCallProfiling, true, \ 322 product(bool, C1OptimizeVirtualCallProfiling, true, \
323 "Use CHA and exact type results at call sites when updating MDOs")\ 323 "Use CHA and exact type results at call sites when updating MDOs")\
324 \ 324 \
325 product(bool, C1UpdateMethodData, trueInTiered, \ 325 product(bool, C1UpdateMethodData, trueInTiered, \
326 "Update methodDataOops in Tier1-generated code") \ 326 "Update MethodData*s in Tier1-generated code") \
327 \ 327 \
328 develop(bool, PrintCFGToFile, false, \ 328 develop(bool, PrintCFGToFile, false, \
329 "print control flow graph to a separate file during compilation") \ 329 "print control flow graph to a separate file during compilation") \
330 \ 330 \
331 331