diff -r e3641318f540 test/hotspot/jtreg/compiler/graalunit/README.md
--- a/test/hotspot/jtreg/compiler/graalunit/README.md Thu Jan 10 04:52:01 2019 +0100
+++ b/test/hotspot/jtreg/compiler/graalunit/README.md Thu Jan 10 12:43:13 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:
--- a/test/hotspot/jtreg/compiler/graalunit/README.md Thu Jan 10 04:52:01 2019 +0100
+++ b/test/hotspot/jtreg/compiler/graalunit/README.md Thu Jan 10 12:43:13 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:
- relates to
-
JDK-8205207 Port Graal unit tests under jtreg
- Resolved