--- old/test/compiler/codegen/7184394/TestAESBase.java 2015-04-28 14:48:36.165864297 +0300 +++ new/test/compiler/codegen/7184394/TestAESBase.java 2015-04-28 14:48:36.093864299 +0300 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 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 @@ * @author Tom Deneau */ -import com.oracle.java.testlibrary.Utils; +import jdk.test.lib.Utils; import java.security.AlgorithmParameters; import java.util.Random; import javax.crypto.Cipher;