--- old/test/runtime/SharedArchiveFile/serviceability/transformRelatedClasses/TransformRelatedClasses.java 2017-03-28 14:24:13.356576146 -0700 +++ new/test/runtime/SharedArchiveFile/serviceability/transformRelatedClasses/TransformRelatedClasses.java 2017-03-28 14:24:13.292576145 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 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 @@ -56,10 +56,10 @@ // TransformerAgent - an agent that is used when JVM-under-test is executed // to transform specific strings inside specified classes // TransformerAgent.mf - accompanies transformer agent -// CDSTestUtils - Test Utilities common to all CDS tests import java.io.File; import java.util.ArrayList; +import jdk.test.lib.cds.CDSTestUtils; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.process.ProcessTools;