diff src/share/vm/runtime/globals.hpp @ 3799:48048b59a551

7061204: clean the chunk table synchronously in embedded builds Reviewed-by: dholmes, never, jwilhelm, kvn
author jcoomes
date Wed, 06 Jul 2011 12:28:07 -0700
parents eb94b7226b7a
children 1f4f4ae84625
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Wed Jul 06 12:22:29 2011 -0700
+++ b/src/share/vm/runtime/globals.hpp	Wed Jul 06 12:28:07 2011 -0700
@@ -444,6 +444,9 @@
   product(bool, UsePPCLWSYNC, true,                                         \
           "Use lwsync instruction if true, else use slower sync")           \
                                                                             \
+  develop(bool, CleanChunkPoolAsync, falseInEmbedded,                       \
+          "Whether to clean the chunk pool asynchronously")                 \
+                                                                            \
   /* Temporary: See 6948537 */                                             \
   experimental(bool, UseMemSetInBOT, true,                                  \
           "(Unstable) uses memset in BOT updates in GC code")               \