You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/org.openjdk.jmc.flightrecorder.rules/src/main/java/org/openjdk/jmc/flightrecorder/rules/util/RulesToolkit.java
Copy file name to clipboardExpand all lines: core/org.openjdk.jmc.flightrecorder.rules/src/main/resources/org/openjdk/jmc/flightrecorder/rules/messages/internal/messages.properties
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -41,16 +41,16 @@ RulesToolkit_RULE_REQUIRES_UNAVAILABLE_EVENT_TYPE=The {0} rule requires the foll
41
41
RulesToolkit_RULE_REQUIRES_UNAVAILABLE_EVENT_TYPE_LONG=The {0} rule requires the following event types: {1}.<p>They are either not available in this version of Java, or must be enabled in a third-party component. If you are using an older Java version, then you can consider upgrading.
42
42
# {0} is an event type name
43
43
RulesToolkit_RULE_REQUIRES_EVENT_TYPE_NOT_AVAILABLE=This rule requires that there are no events from the following types: {0}.
44
-
# {0} is a rule name, {1} is one or more event type names
45
-
RulesToolkit_RULE_REQUIRES_EVENT_TYPE_NOT_AVAILABLE_LONG=The {0} rule requires that there are no events from the following types: {1}.<p>Please disable the event types for this rule to work. If you are using JMC to create a flight recording, then you can disable event types in the Start Flight Recording wizard. If you are starting the flight recording from the command line, then you can use the settings parameter of <a href="https://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html">-XX:FlightRecorderOptions</a>.
44
+
# {0} is a rule name, {1} is one or more event type names, {2} is a link to java command help
45
+
RulesToolkit_RULE_REQUIRES_EVENT_TYPE_NOT_AVAILABLE_LONG=The {0} rule requires that there are no events from the following types: {1}.<p>Please disable the event types for this rule to work. If you are using JMC to create a flight recording, then you can disable event types in the Start Flight Recording wizard. If you are starting the flight recording from the command line, then you can use the settings parameter of <a href="{2}">-XX:FlightRecorderOptions</a>.
46
46
# {0} is an event type name
47
47
RulesToolkit_RULE_REQUIRES_EVENTS=This rule requires events to be available from the following event types: {0}.
48
-
# {0} is a rule name, {1} is one or more event type names
49
-
RulesToolkit_RULE_REQUIRES_EVENTS_LONG=The {0} rule requires events to be available from the following event types: {1}.<p>They were either disabled during the recording or there might not have happened anything to trigger an event. Event settings like period and threshold may also prevent some events from being emitted. If you are using JMC to create a flight recording, then you can enable and configure event types in the Start Flight Recording wizard. If you are starting the flight recording from the command line, then you can use the settings parameter of <a href="https://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html">-XX:FlightRecorderOptions</a>.
48
+
# {0} is a rule name, {1} is one or more event type names, {2} is a link to java command help
49
+
RulesToolkit_RULE_REQUIRES_EVENTS_LONG=The {0} rule requires events to be available from the following event types: {1}.<p>They were either disabled during the recording or there might not have happened anything to trigger an event. Event settings like period and threshold may also prevent some events from being emitted. If you are using JMC to create a flight recording, then you can enable and configure event types in the Start Flight Recording wizard. If you are starting the flight recording from the command line, then you can use the settings parameter of <a href="{2}">-XX:FlightRecorderOptions</a>.
50
50
# {0} is an event type name
51
51
RulesToolkit_RULE_REQUIRES_EVENT_TYPE=This rule requires that the following event types are enabled: {0}.
52
52
# {0} is a rule name, {1} is one or more event type names
53
-
RulesToolkit_RULE_REQUIRES_EVENT_TYPE_LONG=The {0} rule requires that the following event types are enabled: {1}.<p>If you are using JMC to create a flight recording, then you can enable event types in the Start Flight Recording wizard. If you are starting the flight recording from the command line, then you can use the settings parameter of <a href="https://docs.oracle.com/javase/8/docs/technotes/tools/unix/java.html">-XX:FlightRecorderOptions</a>.
53
+
RulesToolkit_RULE_REQUIRES_EVENT_TYPE_LONG=The {0} rule requires that the following event types are enabled: {1}.<p>If you are using JMC to create a flight recording, then you can enable event types in the Start Flight Recording wizard. If you are starting the flight recording from the command line, then you can use the settings parameter of <a href="{2}">-XX:FlightRecorderOptions</a>.
54
54
# {0} is a rule name, {1} is one or more event type names
55
55
RulesToolkit_RULE_REQUIRES_SOME_EVENTS=The {0} rule requires events to be available from at least one of the following event types: {1}.
0 commit comments