--- old/test/testlibrary/RedefineClassHelper.java 2015-04-28 14:50:14.609861418 +0300 +++ new/test/testlibrary/RedefineClassHelper.java 2015-04-28 14:50:14.537861421 +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 @@ -23,7 +23,7 @@ import java.io.PrintWriter; import java.lang.instrument.*; -import com.oracle.java.testlibrary.*; +import jdk.test.lib.*; /* * Helper class to write tests that redefine classes.