Correctly quote -Xbootclasspath argument in run-test-jar

We were passing shell glob-characters to dalvikvm but didn't always
quote them correctly. This could cause issues as tools like gdb would
try (and fail) to expand them.

Test: ./test.py --host --optimizing
Test: ./test/run-test --host --gdbserver --64 001-HelloWorld
Change-Id: Id20ace4be0b71582de3a500282a7f59c71f366f1
1 file changed