Request for review: 7104173 sun/tools tests fail with debug build after 7012206
Christian Thalinger
christian.thalinger at oracle.com
Thu Oct 27 00:51:55 PDT 2011
On Oct 26, 2011, at 8:33 AM, David Holmes wrote:
> webrev:
>
> http://cr.openjdk.java.net/~dholmes/7104173/webrev/
>
> A trivial change for our embedded code to aid in testing. Some tests need to be passed -XX:+UsePerfData to make them work (7012206). A debug build, by default, prints any -XX options passed to it. Any such tests that parse the test output then fail with a debug build because of this extra unexpected output.
>
> So for embedded only we simply turn PrintVMOptions off by default for all builds.
Why aren't you also passing -PrintVMOptions for the tests that need +UsePerfData?
-- Chris
>
> Thanks,
> David
More information about the hotspot-runtime-dev
mailing list