OpenJDK / jdk / jdk
changeset 51792:d0dfb9775c08
8210793: [JVMCI] AllocateCompileIdTest.java failed to find DiagnosticCommand.class
Reviewed-by: thartmann, kvn
author | dnsimon |
---|---|
date | Tue, 18 Sep 2018 22:32:25 +0200 |
parents | 4f48bad8220f |
children | 6cd1ee2b4fa1 |
files | test/hotspot/jtreg/compiler/jvmci/compilerToVM/AllocateCompileIdTest.java |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/compiler/jvmci/compilerToVM/AllocateCompileIdTest.java Tue Sep 18 13:31:30 2018 -0700 +++ b/test/hotspot/jtreg/compiler/jvmci/compilerToVM/AllocateCompileIdTest.java Tue Sep 18 22:32:25 2018 +0200 @@ -33,7 +33,8 @@ * jdk.internal.vm.ci/jdk.vm.ci.hotspot * jdk.internal.vm.ci/jdk.vm.ci.code * - * @build jdk.internal.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper sun.hotspot.WhiteBox + * @build jdk.internal.vm.ci/jdk.vm.ci.hotspot.CompilerToVMHelper + * sun.hotspot.WhiteBox sun.hotspot.parser.DiagnosticCommand * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.parser.DiagnosticCommand * sun.hotspot.WhiteBox$WhiteBoxPermission