--- old/test/compiler/testlibrary/rtm/RTMTestBase.java 2015-04-28 14:48:58.149863654 +0300 +++ new/test/compiler/testlibrary/rtm/RTMTestBase.java 2015-04-28 14:48:58.081863656 +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 @@ -34,10 +34,10 @@ import java.util.regex.Matcher; import java.util.regex.Pattern; -import com.oracle.java.testlibrary.OutputAnalyzer; -import com.oracle.java.testlibrary.ProcessTools; -import com.oracle.java.testlibrary.Utils; -import com.oracle.java.testlibrary.cli.CommandLineOptionTest; +import jdk.test.lib.OutputAnalyzer; +import jdk.test.lib.ProcessTools; +import jdk.test.lib.Utils; +import jdk.test.lib.cli.CommandLineOptionTest; /** * Auxiliary methods used for RTM testing.