Book Image

OpenJDK Cookbook

Book Image

OpenJDK Cookbook

Overview of this book

Table of Contents (20 chapters)
OpenJDK Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 9. Testing OpenJDK

In this chapter, we will cover the following topics:

  • Running tests using the downloaded or the built version of jtreg

  • Building jtreg from the source

  • Running the standard set of OpenJDK tests

  • Writing your own test for jtreg

  • Using jtreg in GUI mode

  • Writing TestNG tests for jtreg

  • Compiling JT Harness from the source code

  • Building and running jcstress

  • Writing tests for jcstress

  • Creating a benchmark project using JMH

  • Downloading the source and compiling JMH