--- old/test/compiler/codecache/jmx/CodeCacheUtils.java 2015-04-28 14:48:30.893864451 +0300 +++ new/test/compiler/codecache/jmx/CodeCacheUtils.java 2015-04-28 14:48:30.821864453 +0300 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 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 @@ -21,7 +21,7 @@ * questions. */ -import com.oracle.java.testlibrary.Utils; +import jdk.test.lib.Utils; import java.lang.management.MemoryPoolMXBean; import javax.management.Notification; import sun.hotspot.WhiteBox;