Magnus Ihse Bursie 2979806c72 8345795: Update copyright year to 2024 for hotspot in files where it was missed
Reviewed-by: dholmes, tschatzl, dnsimon, sspitsyn
2024-12-10 08:47:46 +00:00
..

Introduction:

The goal of this project is to cover unit and performance testing of the Vector API.

Pre-Setup:

  • Make sure java/javac point to the VectorAPI build you want to test (setup the PATH environment variable appropriately).

Setup:

  1. Run bash gen-tests.sh from this directory. This will generate unit tests and microbenchmarks source files from the templates to each vector shape and type.

  2. Run jtreg. Example: jtreg -ea -esa -avm -va -nr *VectorTests.java