RFR: 7262: Add rule for when the JVM version is < OpenJDK 8u302 [v3]
Oskar Jung
github.com+1101441+ojung at openjdk.java.net
Wed Jun 2 14:44:50 UTC 2021
On Wed, 2 Jun 2021 13:30:19 GMT, Brice Dutheil <github.com+803621+bric3 at openjdk.org> wrote:
>> Oskar Jung has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - fixup! 7262: Add rule for when the JVM version is < OpenJDK 8u302
>> - fixup! 7262: Add rule for when the JVM version is < OpenJDK 8u302
>
> core/org.openjdk.jmc.flightrecorder.rules.jdk/src/main/resources/org/openjdk/jmc/flightrecorder/rules/jdk/messages/internal/messages.properties line 292:
>
>> 290: JfrPeriodicEventsFixRule_NO_JVM_VERSION_EVENTS_TEXT=There were no VM information events with JVM version information recorded. Please turn on JVM information events to use this rule.
>> 291: JfrPeriodicEventsFixRule_UNSUPPORTED_TEXT_WARN_SHORT=The version of OpenJDK 8 you are running is lacking an important performance fix.
>> 292: JfrPeriodicEventsFixRule_UNSUPPORTED_TEXT_WARN_LONG=The version of OpenJDK 8 you are running is lacking an important performance fix. Upgrading to version 8u302 or later can, in some cases, improve your performance quite radically. See JDK-8266723 for more information. An alternative can be to disable any periodic events not needed, such as the NativeExecutionSample event.
>
> Is it possible to embed http link ?
>
> It would be nice to be able to click directly on the bug id [JDK-8266723](https://bugs.openjdk.java.net/browse/JDK-8266723) to get more details.
I naively tried `<a href=""></a>`, which did not work. Unfortunately I am not familiar with `ResourceBundle`s.
-------------
PR: https://git.openjdk.java.net/jmc/pull/256
More information about the jmc-dev
mailing list