8147609: [TESTBUG] Correct the @build statements in the serviceability/dcmd/gc/HeapDumpAllTest.java and HeapDumpTest.java tests

Corrected the @build statements

Reviewed-by: jbachorik
This commit is contained in:
Alexander Kulyakhtin 2016-01-19 19:19:51 +03:00
parent 4ca382aeee
commit b0a724f03d
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -33,7 +33,7 @@
* @build jdk.test.lib.* * @build jdk.test.lib.*
* @build jdk.test.lib.dcmd.* * @build jdk.test.lib.dcmd.*
* @build jdk.test.lib.hprof.* * @build jdk.test.lib.hprof.*
* @build jdk.test.lib.hprof.module.* * @build jdk.test.lib.hprof.model.*
* @build jdk.test.lib.hprof.parser.* * @build jdk.test.lib.hprof.parser.*
* @build jdk.test.lib.hprof.utils.* * @build jdk.test.lib.hprof.utils.*
* @build HeapDumpTest * @build HeapDumpTest

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -49,7 +49,7 @@ import jdk.test.lib.dcmd.PidJcmdExecutor;
* @build jdk.test.lib.* * @build jdk.test.lib.*
* @build jdk.test.lib.dcmd.* * @build jdk.test.lib.dcmd.*
* @build jdk.test.lib.hprof.* * @build jdk.test.lib.hprof.*
* @build jdk.test.lib.hprof.module.* * @build jdk.test.lib.hprof.model.*
* @build jdk.test.lib.hprof.parser.* * @build jdk.test.lib.hprof.parser.*
* @build jdk.test.lib.hprof.utils.* * @build jdk.test.lib.hprof.utils.*
* @run testng HeapDumpTest * @run testng HeapDumpTest