Searched defs:impact (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DnmtDCmd.hpp54 static const char* impact() { function in class:NMTDCmd
H A DdiagnosticCommand.hpp51 static const char* impact() { return "Low"; } function in class:HelpDCmd
63 static const char* impact() { return "Low"; } function in class:VersionDCmd
75 static const char* impact() { return "Low"; } function in class:CommandLineDCmd
90 static const char* impact() { function in class:PrintSystemPropertiesDCmd
107 static const char* impact() { function in class:PrintVMFlagsDCmd
123 static const char* impact() { function in class:VMUptimeDCmd
137 static const char* impact() { function in class:SystemGCDCmd
151 static const char* impact() { function in class:RunFinalizationDCmd
172 static const char* impact() { function in class:HeapDumpDCmd
193 static const char* impact() { function in class:ClassHistogramDCmd
210 static const char* impact() { function in class:ThreadDumpDCmd
[all...]
H A DdiagnosticFramework.hpp124 const char* impact,
129 this->_impact = impact;
135 const char* impact() const { return _impact; } function in class:DCmdInfo
241 // The impact() method returns a description of the intrusiveness of the diagnostic
246 // impact on the JVM (for instance, getting the command line arguments or the JVM version).
247 // The recommended format for the description is <impact level>: [longer description],
248 // where the impact level is selected among this list: {Low, Medium, High}. The optional
250 // impact depends on the heap size.
251 static const char* impact() { return "Low: No impact"; } function in class:DCmd
122 DCmdInfo(const char* name, const char* description, const char* impact, int num_arguments, bool enabled) argument
293 static const char* impact() { return "Low: No impact"; } function in class:DCmdWithParser
393 virtual const char* impact() const { function in class:DCmdFactoryImpl
[all...]
H A Djmm.h195 const char* impact; member in struct:__anon478
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DOpenMBeanOperationInfoSupport.java72 * impact}.</p>
88 * @param impact must be one of {@code ACTION}, {@code
93 * returnOpenType} is null, or {@code impact} is not one of {@code
103 int impact) {
104 this(name, description, signature, returnOpenType, impact,
113 * impact}, and {@code descriptor}.</p>
129 * @param impact must be one of {@code ACTION}, {@code
137 * returnOpenType} is null, or {@code impact} is not one of {@code
149 int impact,
157 impact,
99 OpenMBeanOperationInfoSupport(String name, String description, OpenMBeanParameterInfo[] signature, OpenType<?> returnOpenType, int impact) argument
145 OpenMBeanOperationInfoSupport(String name, String description, OpenMBeanParameterInfo[] signature, OpenType<?> returnOpenType, int impact, Descriptor descriptor) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanOperationInfo.java67 * Indicates that the impact of the operation is unknown or cannot be
84 * @serial The impact of the method, one of
90 private final int impact; field in class:MBeanOperationInfo
124 * @param impact The impact of the method, one of
132 int impact) {
133 this(name, description, signature, type, impact, (Descriptor) null);
145 * @param impact The impact of the method, one of
157 int impact,
128 MBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact) argument
153 MBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact, Descriptor descriptor) argument
[all...]
H A DStandardMBean.java630 * Get the <var>impact</var> flag of the operation that will be used in
634 * custom impact flag. The default implementation returns
637 * @return the impact flag for the given MBeanOperationInfo.
889 int impact) {
892 impact == oi.getImpact())
902 impact,
909 impact,
886 customize(MBeanOperationInfo oi, String description, MBeanParameterInfo[] signature, int impact) argument
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBeanOperationInfo.java248 * @param impact The impact of the method, one of INFO, ACTION,
256 int impact)
259 super(name, description, signature, type, impact);
279 * @param impact The impact of the method, one of INFO, ACTION,
301 int impact,
304 super(name, description, signature, type, impact);
252 ModelMBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact) argument
297 ModelMBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact, Descriptor descriptor) argument
/openjdk7/jdk/src/share/javavm/export/
H A Djmm.h195 const char* impact; member in struct:__anon572
/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java1716 short[][] impact; field in class:BidiBase.ImpTabPair
1721 impact = new short[][] {act1, act2};
1734 /* The impact arrays for each table of a pair map the local action */
1737 /* appears in entry [2] of the impact array for that table. */
1738 /* The first entry of all impact arrays must be 0. */
2180 levState.impAct = impTabPair.impact[levState.runLevel & 1];

Completed in 107 milliseconds