--- old/agent/src/share/classes/sun/jvm/hotspot/memory/Universe.java 2015-05-13 13:51:41.372276373 +0200 +++ new/agent/src/share/classes/sun/jvm/hotspot/memory/Universe.java 2015-05-13 13:51:41.240270896 +0200 @@ -27,9 +27,9 @@ import java.io.*; import java.util.*; import sun.jvm.hotspot.debugger.*; -import sun.jvm.hotspot.gc_interface.*; -import sun.jvm.hotspot.gc_implementation.g1.G1CollectedHeap; -import sun.jvm.hotspot.gc_implementation.parallelScavenge.*; +import sun.jvm.hotspot.gc.shared.*; +import sun.jvm.hotspot.gc.g1.G1CollectedHeap; +import sun.jvm.hotspot.gc.parallel.*; import sun.jvm.hotspot.oops.*; import sun.jvm.hotspot.types.*; import sun.jvm.hotspot.runtime.*;