< prev index next >

agent/src/share/classes/sun/jvm/hotspot/gc/shared/CollectedHeapName.java

Print this page
rev 8362 : [mq]: hotspot

*** 20,30 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! package sun.jvm.hotspot.gc_interface; /** Mimics the enums in the VM under CollectedHeap::Name */ public class CollectedHeapName { private String name; --- 20,30 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! package sun.jvm.hotspot.gc.shared; /** Mimics the enums in the VM under CollectedHeap::Name */ public class CollectedHeapName { private String name;
< prev index next >