changeset 23780:4ae76f509448

removed redundancy in header of JVMCI system property listing
author Doug Simon <doug.simon@oracle.com>
date Wed, 05 Oct 2016 16:28:05 +0200
parents 16b5e00d9196
children 276858bc6ac6
files jvmci/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotJVMCIRuntime.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/jvmci/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotJVMCIRuntime.java	Wed Oct 05 13:58:15 2016 +0200
+++ b/jvmci/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/HotSpotJVMCIRuntime.java	Wed Oct 05 16:28:05 2016 +0200
@@ -179,7 +179,7 @@
          * @param out stream to print to
          */
         public static void printFlags(PrintStream out) {
-            out.println("[List of JVMCI system properties]");
+            out.println("[JVMCI system properties]");
             int typeWidth = 0;
             int nameWidth = 0;
             Option[] values = values();