# HG changeset patch # User thartmann # Date 1547197168 -3600 # Node ID d87633b62f1f81092e8af6717a43b19c3c09857a # Parent e832101ff63c02b1db96f96f709787bc74b7ff1e 8216480: Typo in test/hotspot/jtreg/compiler/graalunit/README.md Summary: Removed -vmoptions: Reviewed-by: epavlova diff -r e832101ff63c -r d87633b62f1f test/hotspot/jtreg/compiler/graalunit/README.md --- a/test/hotspot/jtreg/compiler/graalunit/README.md Wed Jan 09 14:46:40 2019 +0100 +++ b/test/hotspot/jtreg/compiler/graalunit/README.md Fri Jan 11 09:59:28 2019 +0100 @@ -28,7 +28,7 @@ by using "-e:TEST_IMAGE_GRAAL_DIR=..." Example: -> jtreg -vt -jdk: -vmoptions:"-vmoptions:-Dgraalunit.libs=build//images/test/hotspot/jtreg/graal" +> jtreg -vt -jdk: -vmoptions:"-Dgraalunit.libs=build//images/test/hotspot/jtreg/graal" compiler/graalunit/UtilTest.java To run Graal unit tests in Graal as JIT mode pass additional -vmoptions to jtreg: