Request for review: 7104173 sun/tools tests fail with debug build after 7012206

David Holmes david.holmes at oracle.com
Tue Oct 25 23:33:02 PDT 2011


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.

Thanks,
David


More information about the hotspot-runtime-dev mailing list