OpenJDK cookbook

Alex Kasko, Stanislav Kobylyanskiy, Alexey Mironchenko

  • 出版商: Packt Publishing
  • 出版日期: 2015-01-30
  • 售價: $1,870
  • 貴賓價: 9.5$1,777
  • 語言: 英文
  • 頁數: 298
  • 裝訂: Paperback
  • ISBN: 1849698406
  • ISBN-13: 9781849698405
  • 下單後立即進貨 (約3~4週)

商品描述

Over 80 recipes to build and extend your very own version of Java platform using OpenJDK project

About This Book

  • Gain the skills required to harness the power of OpenJDK's Java implementation
  • Extend and adapt Java Platform to develop various types of applications
  • A practical guide to learn how to benefit from AdoptOpenJDK programme, a part of the OpenJDK community

Who This Book Is For

If you are an experienced Java developer using Java 7 platform and want to get your grips on OpenJDK for Java development, this is the book for you. JDK users who wish to migrate to OpenJDK will find this book very useful.

What You Will Learn

  • Set up a development environment and start hacking OpenJDK
  • Understand advanced features such as adding new intrinsics to JVMs
  • Build different versions of OpenJDK for different operating systems and architectures
  • Write reliable tests using jtreg and get a good understanding of the tool
  • Create and sub limit patches with improvements and bug fixes
  • Understand valuable techniques, native code debugging, and incremental builds
  • Prepare VirtualBox machines with different operating systems
  • Understand the process behind JEPs

In Detail

OpenJDK is one of the most widely used open source implementations of the Java platform. It is used to change, customize, and tune core application internals and provide a way to extend the application internals according to your requirements.

OpenJDK Cookbook begins by introducing you to OpenJDK and IcedTea builds for various virtual machine implementations and how to deploy OpenJDK on multiple platforms. Furthermore, the book digs deeper into the development concepts, JVM internals, and techniques to make robust improvements or customizations to OpenJDK. Essentially, the book covers the best practices for accessing and using the core features of OpenJDK to build advanced Java solutions by utilizing the more complex and nuanced parts of OpenJDK.