--- old/test/compiler/codecache/cli/printcodecache/PrintCodeCacheRunner.java 2015-04-28 14:48:29.437864493 +0300 +++ new/test/compiler/codecache/cli/printcodecache/PrintCodeCacheRunner.java 2015-04-28 14:48:29.365864496 +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 @@ -22,8 +22,8 @@ */ package printcodecache; -import com.oracle.java.testlibrary.ExitCode; -import com.oracle.java.testlibrary.cli.CommandLineOptionTest; +import jdk.test.lib.ExitCode; +import jdk.test.lib.cli.CommandLineOptionTest; import common.CodeCacheCLITestCase; import common.CodeCacheInfoFormatter; import common.CodeCacheOptions;