comparison src/share/vm/runtime/globals.hpp @ 941:8b46c4d82093

4957990: Perm heap bloat in JVM Summary: Treat ProfileData in MDO's as a source of weak, not strong, roots. Fixes the bug for stop-world collection -- the case of concurrent collection will be fixed separately. Reviewed-by: jcoomes, jmasa, kvn, never
author ysr
date Wed, 02 Sep 2009 00:04:29 -0700
parents 10d8c0d0d60e
children 54b3b351d6f9
comparison
equal deleted inserted replaced
940:8624da129f0b 941:8b46c4d82093
1705 "Print various TLAB related information") \ 1705 "Print various TLAB related information") \
1706 \ 1706 \
1707 product(bool, TLABStats, true, \ 1707 product(bool, TLABStats, true, \
1708 "Print various TLAB related information") \ 1708 "Print various TLAB related information") \
1709 \ 1709 \
1710 product(bool, PrintRevisitStats, false, \
1711 "Print revisit (klass and MDO) stack related information") \
1712 \
1710 product_pd(bool, NeverActAsServerClassMachine, \ 1713 product_pd(bool, NeverActAsServerClassMachine, \
1711 "Never act like a server-class machine") \ 1714 "Never act like a server-class machine") \
1712 \ 1715 \
1713 product(bool, AlwaysActAsServerClassMachine, false, \ 1716 product(bool, AlwaysActAsServerClassMachine, false, \
1714 "Always act like a server-class machine") \ 1717 "Always act like a server-class machine") \