--- old/agent/src/share/classes/sun/jvm/hotspot/utilities/PointerFinder.java 2015-05-13 13:51:44.987426375 +0200 +++ new/agent/src/share/classes/sun/jvm/hotspot/utilities/PointerFinder.java 2015-05-13 13:51:44.874421686 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -26,7 +26,7 @@ import sun.jvm.hotspot.code.*; import sun.jvm.hotspot.debugger.*; -import sun.jvm.hotspot.gc_interface.*; +import sun.jvm.hotspot.gc.shared.*; import sun.jvm.hotspot.interpreter.*; import sun.jvm.hotspot.runtime.*; import sun.jvm.hotspot.memory.*;