Skip to content

Commit

Permalink
7070: Allow JMC to open compressed recordings with the extension .lz4
Browse files Browse the repository at this point in the history
Reviewed-by: hirt
  • Loading branch information
aptmac committed May 21, 2021
1 parent 39643ce commit 713f93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/org.openjdk.jmc.flightrecorder.ui/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
point="org.eclipse.ui.editors">
<editor
class="org.openjdk.jmc.flightrecorder.ui.JfrEditor"
extensions="jfr"
extensions="jfr,lz4"
icon="icons/jfr.png"
id="org.openjdk.jmc.flightrecorder.ui.JfrEditor"
name="Flight Recording">
Expand Down

0 comments on commit 713f93e

Please sign in to comment.