< prev index next >

agent/src/share/classes/sun/jvm/hotspot/memory/GenCollectedHeap.java

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

*** 26,36 **** import java.io.*; import java.util.*; import sun.jvm.hotspot.debugger.*; ! import sun.jvm.hotspot.gc_interface.*; import sun.jvm.hotspot.runtime.*; import sun.jvm.hotspot.types.*; import sun.jvm.hotspot.utilities.*; public class GenCollectedHeap extends CollectedHeap { --- 26,36 ---- import java.io.*; import java.util.*; import sun.jvm.hotspot.debugger.*; ! import sun.jvm.hotspot.gc.shared.*; import sun.jvm.hotspot.runtime.*; import sun.jvm.hotspot.types.*; import sun.jvm.hotspot.utilities.*; public class GenCollectedHeap extends CollectedHeap {
< prev index next >