src/share/vm/runtime/globals.hpp

changeset 1320
7f807f55161a
parent 1318
27f6a9b9c311
parent 1316
16c930df1e9b
child 1340
bd2b1f617a4e
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Jul 30 14:50:58 2009 -0400
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Fri Jul 31 10:41:29 2009 -0700
     1.3 @@ -1082,6 +1082,9 @@
     1.4    product(ccstr, TraceJVMTI, NULL,                                          \
     1.5            "Trace flags for JVMTI functions and events")                     \
     1.6                                                                              \
     1.7 +  product(bool, ForceFullGCJVMTIEpilogues, false,                           \
     1.8 +          "Force 'Full GC' was done semantics for JVMTI GC epilogues")      \
     1.9 +                                                                            \
    1.10    /* This option can change an EMCP method into an obsolete method. */      \
    1.11    /* This can affect tests that except specific methods to be EMCP. */      \
    1.12    /* This option should be used with caution. */                            \

mercurial