RFR: Fix name of JDK Flight Recorder feature

Jie Kang jkang at redhat.com
Fri Apr 12 14:00:05 UTC 2019


Hi,

This patch, pasted below, changes the name of the feature from "Oracle
JDK Flight Recorder" to "JDK Flight Recorder", matching it's
description.

I'm not sure if the inclusion of Oracle in the name is intentional.
Does this fix make sense?

diff --git a/application/org.openjdk.jmc.feature.flightrecorder/feature.properties
b/application/org.openjdk.jmc.feature.flightrecorder/feature.properties
--- a/application/org.openjdk.jmc.feature.flightrecorder/feature.properties
+++ b/application/org.openjdk.jmc.feature.flightrecorder/feature.properties
@@ -30,7 +30,7 @@
 #  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY
 #  WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
 #
-name=Oracle JDK Flight Recorder
+name=JDK Flight Recorder
 provider=Oracle Corporation
 copyright=Copyright \u00A9 2018, 2019, Oracle and/or its affiliates.
All rights reserved.
 description=The JDK Flight Recorder feature contains all the JFR
related plug-ins.


Regards,


More information about the jmc-dev mailing list