< prev index next >

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

Print this page

        

*** 31,41 **** 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 SharedHeap { private static CIntegerField nGensField; private static AddressField youngGenField; private static AddressField oldGenField; private static AddressField youngGenSpecField; --- 31,41 ---- 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 { private static CIntegerField nGensField; private static AddressField youngGenField; private static AddressField oldGenField; private static AddressField youngGenSpecField;
< prev index next >