comparison src/share/vm/c1/c1_globals.hpp @ 6725:da91efe96a93

6964458: Reimplement class meta-data storage to use native memory Summary: Remove PermGen, allocate meta-data in metaspace linked to class loaders, rewrite GC walking, rewrite and rename metadata to be C++ classes Reviewed-by: jmasa, stefank, never, coleenp, kvn, brutisso, mgerdin, dholmes, jrose, twisti, roland Contributed-by: jmasa <jon.masamitsu@oracle.com>, stefank <stefan.karlsson@oracle.com>, mgerdin <mikael.gerdin@oracle.com>, never <tom.rodriguez@oracle.com>
author coleenp
date Sat, 01 Sep 2012 13:25:18 -0400
parents a5dd6e3ef9f3
children e522a00b91aa 94fa3c4e7643
comparison
equal deleted inserted replaced
6724:36d1d483d5d6 6725:da91efe96a93
313 \ 313 \
314 product(bool, C1OptimizeVirtualCallProfiling, true, \ 314 product(bool, C1OptimizeVirtualCallProfiling, true, \
315 "Use CHA and exact type results at call sites when updating MDOs")\ 315 "Use CHA and exact type results at call sites when updating MDOs")\
316 \ 316 \
317 product(bool, C1UpdateMethodData, trueInTiered, \ 317 product(bool, C1UpdateMethodData, trueInTiered, \
318 "Update methodDataOops in Tier1-generated code") \ 318 "Update MethodData*s in Tier1-generated code") \
319 \ 319 \
320 develop(bool, PrintCFGToFile, false, \ 320 develop(bool, PrintCFGToFile, false, \
321 "print control flow graph to a separate file during compilation") \ 321 "print control flow graph to a separate file during compilation") \
322 \ 322 \
323 323