Skip to content

Commit

Permalink
7195: GC confguration with GC Flags
Browse files Browse the repository at this point in the history
Reviewed-by: hirt
  • Loading branch information
bric3 authored and thegreystone committed May 18, 2021
1 parent 9829c20 commit 39643ce
Show file tree
Hide file tree
Showing 4 changed files with 308 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,15 @@
</page>
<page factory="org.openjdk.jmc.flightrecorder.ui.gcconfiguration"
id="org.openjdk.jmc.flightrecorder.ui.gcconfiguration">
<state>
<jvmFlags sortColumn="name:text">
<column id="name:text" width="200" />
<column id="value" width="110" />
<column id="origin:text" width="110" />
</jvmFlags>
<jvmFlagsFilter showFilter="false" showSearch="true" />
</state>

</page>
<page factory="org.openjdk.jmc.flightrecorder.ui.compilations" id="org.openjdk.jmc.flightrecorder.ui.compilations">
<state>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ public class Messages extends NLS {
public static String GCConfigurationPage_SECTION_GC_CONFIG;
public static String GCConfigurationPage_SECTION_HEAP_CONFIG;
public static String GCConfigurationPage_SECTION_YOUNG_CONFIG;
public static String GCConfigurationPage_SECTION_JVM_GC_FLAGS;
public static String GCConfigurationPage_COLUMN_VALUE;
public static String GarbageCollectionsPage_COMMITTED_HEAP_DELTA;
public static String GarbageCollectionsPage_COMMITTED_METASPACE_DELTA;
public static String GarbageCollectionsPage_DISABLED_TOOLTIP;
Expand Down
Loading

0 comments on commit 39643ce

Please sign in to comment.