< prev index next >

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

Print this page
rev 8362 : 8079792: GC directory structure cleanup
Reviewed-by:

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