--- a/hotspot/src/share/vm/runtime/globals.hpp Mon Apr 24 08:47:38 2017 -0400
+++ b/hotspot/src/share/vm/runtime/globals.hpp Mon Apr 24 11:32:38 2017 -0400
@@ -3811,12 +3811,6 @@
range(PeriodicTask::min_interval, max_jint) \
constraint(PerfDataSamplingIntervalFunc, AfterErgo) \
\
- develop(bool, PerfTraceDataCreation, false, \
- "Trace creation of Performance Data Entries") \
- \
- develop(bool, PerfTraceMemOps, false, \
- "Trace PerfMemory create/attach/detach calls") \
- \
product(bool, PerfDisableSharedMem, false, \
"Store performance data in standard memory") \
\