Hello, Change looks good to me.
Note that the dependencies used to be on images, but I recently changed this to the exploded images thinking that it would be more convenient and that most tests would work anyway (or at least those that people wanted to run). Since that is not the case, I support changing it back.
/Erik On 2014-12-15 16:20, Erik Helin wrote:
Hi all, this patch changes the dependency for the target `test` in make/Main.gmk from exploded-image to jimages. This is needed because PRODUCT_HOME in `make test` needs to be set to a full JDK image directory, because there are tests in hotspot/test that uses -Xshare:dump and -Xshare:dump does not work with an exploded jdk image. There are currently 9 tests that are failing due to this when running: $ make test TEST=hotspot_runtime Webrev: http://cr.openjdk.java.net/~ehelin/8067442/webrev.00/ Bug: https://bugs.openjdk.java.net/browse/JDK-8067442 Testing: - Run `make test TEST=hotspot_runtime` on Linux x86-64 and verified that all tests now passes. Thanks, Erik