diff src/share/vm/runtime/globals.hpp @ 885:7f807f55161a

Merge
author ysr
date Fri, 31 Jul 2009 10:41:29 -0700
parents 27f6a9b9c311 16c930df1e9b
children bd2b1f617a4e
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Jul 30 14:50:58 2009 -0400
+++ b/src/share/vm/runtime/globals.hpp	Fri Jul 31 10:41:29 2009 -0700
@@ -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. */                            \