mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-05 13:40:18 +00:00
8140721: ProfilerNumberOf*Methods flags should be diagnostic
Converted four ProfilerNumberOf*Methods flags from develop to diagnostic. Reviewed-by: twisti
This commit is contained in:
parent
2c4627b399
commit
29b4b2182c
@ -3092,16 +3092,16 @@ public:
|
||||
develop(intx, MethodHistogramCutoff, 100, \
|
||||
"The cutoff value for method invocation histogram (+CountCalls)") \
|
||||
\
|
||||
develop(intx, ProfilerNumberOfInterpretedMethods, 25, \
|
||||
diagnostic(intx, ProfilerNumberOfInterpretedMethods, 25, \
|
||||
"Number of interpreted methods to show in profile") \
|
||||
\
|
||||
develop(intx, ProfilerNumberOfCompiledMethods, 25, \
|
||||
diagnostic(intx, ProfilerNumberOfCompiledMethods, 25, \
|
||||
"Number of compiled methods to show in profile") \
|
||||
\
|
||||
develop(intx, ProfilerNumberOfStubMethods, 25, \
|
||||
diagnostic(intx, ProfilerNumberOfStubMethods, 25, \
|
||||
"Number of stub methods to show in profile") \
|
||||
\
|
||||
develop(intx, ProfilerNumberOfRuntimeStubNodes, 25, \
|
||||
diagnostic(intx, ProfilerNumberOfRuntimeStubNodes, 25, \
|
||||
"Number of runtime stub nodes to show in profile") \
|
||||
\
|
||||
product(intx, ProfileIntervalsTicks, 100, \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user