JDK-8206088 : 8205207 broke builds
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 11
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-06-29
  • Updated: 2018-07-06
  • Resolved: 2018-06-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 11 JDK 12
11 b20Fixed 12Fixed
Related Reports
Relates :  
Description
martin Martin Buchholz added a comment - 33 minutes ago
This change appears to break the build. Please fix. 

 ~/ws/jdk11 $ make test-image 
Building target 'test-image' in configuration 'linux-x86_64-normal-server-release' 
JtregGraalUnit.gmk:133: *** missing separator. Stop. 
make[2]: *** [build-test-hotspot-jtreg-graal] Error 1 
make[2]: *** Waiting for unfinished jobs.... 
make/Main.gmk:491: recipe for target 'build-test-hotspot-jtreg-graal' failed 

ERROR: Build failed for target 'test-image' in configuration 'linux-x86_64-normal-server-release' (exit code 2) 
Comments
- $(ECHO) "Skip building of Graal unit tests because 3rd party libraries directory is not specified" + $(info "Skip building of Graal unit tests because 3rd party libraries directory is not specified") should fix the issue.
29-06-2018