--- old/test/testlibrary_tests/AssertsTest.java 2015-04-28 14:50:14.901861410 +0300 +++ new/test/testlibrary_tests/AssertsTest.java 2015-04-28 14:50:14.825861412 +0300 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 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 static com.oracle.java.testlibrary.Asserts.*; +import static jdk.test.lib.Asserts.*; /* @test * @summary Tests the different assertions in the Assert class