8216480: Typo in test/hotspot/jtreg/compiler/graalunit/README.md
authorthartmann
Fri, 11 Jan 2019 09:59:28 +0100
changeset 53253 d87633b62f1f
parent 53252 e832101ff63c
child 53254 47bc06170313
8216480: Typo in test/hotspot/jtreg/compiler/graalunit/README.md Summary: Removed -vmoptions: Reviewed-by: epavlova
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:<TESTED_JDK> -vmoptions:"-vmoptions:-Dgraalunit.libs=build/<platform>/images/test/hotspot/jtreg/graal"
+> jtreg -vt -jdk:<TESTED_JDK> -vmoptions:"-Dgraalunit.libs=build/<platform>/images/test/hotspot/jtreg/graal"
         compiler/graalunit/UtilTest.java
 
 To run Graal unit tests in Graal as JIT mode pass additional -vmoptions to jtreg: