JDK-8147609 : [TESTBUG] Correct the @build statements in the serviceability/dcmd/gc/HeapDumpAllTest.java and HeapDumpTest.java tests
  • Type: Bug
  • Component: core-svc
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-01-19
  • Updated: 2016-02-25
  • Resolved: 2016-01-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b107Fixed
Related Reports
Relates :  
Description
During the resoluiton of JDK-8079120 one of the @build statements has been added as: 

@build jdk.test.lib.hprof.module.*

This is a typo and the correct statement should be:

 @build jdk.test.lib.hprof.model.*
Comments
Review: http://cr.openjdk.java.net/~akulyakh/8147609/index.html
19-01-2016