JDK-8169656 : Return of build giving extraneous find warnings
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2016-11-14
  • Updated: 2016-11-29
  • Resolved: 2016-11-29
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
9Fixed
Related Reports
Relates :  
Relates :  
Description
In a full and incremental build we get warnings like these:

/bin/find: ���/home/cphillim/hg.local/9clean/hotspot/test/compiler/native���: No such file or directory
/bin/find: ���/home/cphillim/hg.local/9clean/hotspot/test/compiler/native���: No such file or directory
/bin/find: ���/home/cphillim/hg.local/9clean/hotspot/test/compiler/native���: No such file or directory
/bin/find: ���/home/cphillim/hg.local/9clean/hotspot/test/compiler/native���: No such file or directory

This occurred earlier, with JDK-8162999, which has since been fixed.

However, the fix for JDK-8067744 seems to have reintroduced the problem.

The fix is to remove this line:

    $(HOTSPOT_TOPDIR)/test/compiler/native \

from BUILD_HOTSPOT_JTREG_NATIVE_SRC in hotspot/make/test/JtregNative.gmk.

Comments
Fix for JDK-8169261 includes fix for this issue.
29-11-2016

Hi Dmitry, you've worked on JDK-8067744 that seems (so far) to have caused this issue. Could you please investigate? Thank you! Best regards, Zoltan
15-11-2016

ILW=warning during build,defect not encountered by end-user,no workaround=LLH=P5
15-11-2016