diff src/share/vm/runtime/globals.hpp @ 881:16c930df1e9b

Merge
author dcubed
date Tue, 28 Jul 2009 13:50:07 -0600
parents 0316eac49d5a 2b4230d1e589
children 7f807f55161a
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Jul 27 17:23:52 2009 -0400
+++ b/src/share/vm/runtime/globals.hpp	Tue Jul 28 13:50:07 2009 -0600
@@ -1082,6 +1082,9 @@
   product(ccstr, TraceJVMTI, NULL,                                          \
           "Trace flags for JVMTI functions and events")                     \
                                                                             \
+  product(bool, ForceFullGCJVMTIEpilogues, false,                           \
+          "Force 'Full GC' was done semantics for JVMTI GC epilogues")      \
+                                                                            \
   /* This option can change an EMCP method into an obsolete method. */      \
   /* This can affect tests that except specific methods to be EMCP. */      \
   /* This option should be used with caution. */                            \