--- old/test/hotspot/jtreg/compiler/aot/cli/jaotc/CompileDirectoryTest.java 2019-02-27 13:41:47.114488538 -0800 +++ new/test/hotspot/jtreg/compiler/aot/cli/jaotc/CompileDirectoryTest.java 2019-02-27 13:41:46.682488561 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2019, 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 @@ -30,7 +30,7 @@ * @run driver ClassFileInstaller compiler.aot.cli.jaotc.data.HelloWorldOne * compiler.aot.cli.jaotc.data.HelloWorldTwo * @run driver compiler.aot.cli.jaotc.CompileDirectoryTest - * @summary check jaotc can compile directory with classes + * @summary check jaotc can compile directory with classes where directory is specified by relative path */ package compiler.aot.cli.jaotc;