src/share/vm/runtime/globals.hpp

changeset 2445
7246a374a9f2
parent 2338
f0ef5f5a460f
child 2497
3582bf76420e
     1.1 --- a/src/share/vm/runtime/globals.hpp	Mon Jan 10 09:23:20 2011 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon Jan 10 17:14:53 2011 -0500
     1.3 @@ -1198,9 +1198,6 @@
     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