8216480: Typo in test/hotspot/jtreg/compiler/graalunit/README.md
Summary: Removed -vmoptions:
Reviewed-by: epavlova
--- 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: