-
Bug
-
Resolution: Unresolved
-
P4
-
17
Somewhere along the line, make eats up $ in user written input. This is surprising and annoying.
Here is the example from Igor where a simple $ had to be replaced by $$$$, to get the actual result -XX:CompileCommand=print,compiler.codegen.BMI2$BMITests::*
make test-only TEST='jtreg:test/hotspot/jtreg/compiler/codegen/BMI2.java' JTREG='VM_OPTIONS=-XX:+UnlockDiagnosticVMOptions -XX:-TieredCompilation -Xbatch -XX:CompileCommand=print,compiler.codegen.BMI2$$$$BMITests::*'
Here is the example from Igor where a simple $ had to be replaced by $$$$, to get the actual result -XX:CompileCommand=print,compiler.codegen.BMI2$BMITests::*
make test-only TEST='jtreg:test/hotspot/jtreg/compiler/codegen/BMI2.java' JTREG='VM_OPTIONS=-XX:+UnlockDiagnosticVMOptions -XX:-TieredCompilation -Xbatch -XX:CompileCommand=print,compiler.codegen.BMI2$$$$BMITests::*'
- relates to
-
JDK-8340202 USER_MAKE_VARS needs to escape shell characters
-
- Open
-
-
JDK-8338063 Passing "|" as argument to TEST fails
-
- Open
-