commit | e6c143fae8ec487704b3d0d28914cda3d6d19e88 | [log] [tgz] |
---|---|---|
author | Sebastien Hertz <shertz@google.com> | Tue Jan 13 10:10:40 2015 +0100 |
committer | Sebastien Hertz <shertz@google.com> | Tue Jan 13 20:59:53 2015 +0100 |
tree | 270a0f83996e2abc15ab9d6b643f112afc89587e | |
parent | 8fccea249b1a6f1469eeea42c2b2cca06ce1c70d [diff] |
Fix bootclasspath string initialization When running the runtime with an image without explicitly specifying the bootclasspath (with the -Xbootclasspath option), we construct it from the location of DEX files loaded from the image. This allows to fix the JDWP test ClassPathsTest#testClassPaths001 on the host where the bootclasspath is not explicitly specified on the command line. Bug: 18812378 Change-Id: I726eafd8b9e59dc9513beeb7082cf086fe89c4b1