January 2015
Intermediate to advanced
298 pages
6h 27m
English
In this chapter, we will cover:
The Java 8 specification brings a lot of innovations to the Java platform. Besides new language features such as functional interfaces and Lamda expression support, and library features such as streams and a new date/time API, OpenJDK 8 has a new build system. As this chapter is about building OpenJDK, we will explore the last innovation in depth.
For a long time, the Sun Java and OpenJDK build system grew around the release process. Requirements from the release engineers always came before ...
Read now
Unlock full access