JDK-7190550 : REGRESSION: Some closed/com/oracle/jfr/api tests fail to compile becuse of fix 7185245
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jfr
  • Affected Version: 7u4,7u9,7u13
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,windows_7
  • CPU: generic,x86
  • Submitted: 2012-08-10
  • Updated: 2014-07-21
  • Resolved: 2012-09-13
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
7u40Fixed
Description
See comments.

Comments
Test fails 7u13b09 windows 7 x64
18-01-2013

SUGGESTED FIX --- a/make/common/Release.gmk Wed Aug 15 11:41:49 2012 -0400 +++ b/make/common/Release.gmk Wed Aug 15 10:57:28 2012 +0200 @@ -400,7 +400,7 @@ TOOLS = \ sun/tools/jmap JFR_SRCDIRS_EXIST := $(shell \ - if [ -d $(CLOSED_SHARE_SRC)/com/oracle/jrockit/jfr ] ; then \ + if [ -d $(CLOSED_SHARE_SRC)/classes/com/oracle/jrockit/jfr ] ; then \ echo true; \ else \ echo false; \
20-08-2012

EVALUATION typo in the previous code change.
20-08-2012