hotspot/src/share/vm/runtime/globals.hpp
changeset 22808 88bca865e247
parent 22807 1cf02ef734e2
parent 18025 b7bcf7497f93
child 22820 70660a78baaf
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Jun 20 16:30:44 2013 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri Jun 21 15:56:24 2013 -0700
@@ -2310,6 +2310,10 @@
           "Print diagnostic message when GC is stalled"                     \
           "by JNI critical section")                                        \
                                                                             \
+  experimental(double, ObjectCountCutOffPercent, 0.5,                       \
+          "The percentage of the used heap that the instances of a class "  \
+          "must occupy for the class to generate a trace event.")           \
+                                                                            \
   /* GC log rotation setting */                                             \
                                                                             \
   product(bool, UseGCLogFileRotation, false,                                \
@@ -3688,7 +3692,13 @@
   experimental(uintx, ArrayAllocatorMallocLimit,                            \
           SOLARIS_ONLY(64*K) NOT_SOLARIS(max_uintx),                        \
           "Allocation less than this value will be allocated "              \
-          "using malloc. Larger allocations will use mmap.")
+          "using malloc. Larger allocations will use mmap.")                \
+                                                                            \
+  product(bool, EnableTracing, false,                                       \
+          "Enable event-based tracing")                                     \
+  product(bool, UseLockedTracing, false,                                    \
+          "Use locked-tracing when doing event-based tracing")
+
 
 /*
  *  Macros for factoring of globals