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).
|