Searched refs:GC_ACTION (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/management/
H A DGarbageCollectionNotifInfoCompositeData.java134 private static final String GC_ACTION = "gcAction"; field in class:GarbageCollectionNotifInfoCompositeData
139 GC_ACTION,
156 String gcaction = getString(cd, GC_ACTION);
159 "Attribute " + GC_ACTION + " has null value");

Completed in 780 milliseconds