JDK-7175802 : Missing jdk_jfr in top-level make file
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jfr
  • Affected Version: 8
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-06-10
  • Updated: 2014-03-03
  • Resolved: 2012-06-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 7 JDK 8
7u6Fixed 8 b45Fixed
Description
The changes for 7165257 are incomplete with the result that JPRT jobs that include the top-level repo and the option "-testset core" will fail because the jdk_jfr test target is not found, typical error in the log is:

make: *** No rule to make target `jdk_jfr'.  Stop.

Fixing this requires adding this target to the JDK_ALL_TEST_LIST (defined in the top-level repo in test/Makefile).

Comments
EVALUATION ok
11-06-2012