--- old/test/compiler/c2/7177917/Test7177917.java 2015-04-28 14:48:25.661864604 +0300 +++ new/test/compiler/c2/7177917/Test7177917.java 2015-04-28 14:48:25.589864606 +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 @@ * Micro-benchmark for Math.pow() and Math.exp() */ -import com.oracle.java.testlibrary.Utils; +import jdk.test.lib.Utils; import java.util.Random; public class Test7177917 {