Hi Mike,

Mike Duigou said the following on 03/16/11 08:12:
In
http://cr.openjdk.java.net/~dholmes/jdk-bco/webrev/make/java/jvm/Makefile.udiff.html

The section which builds the jvm.cfg seems incorrect. Rather than omitting the -server option as promised it aliases it to -client. Wouldn't

It never promised to omit the -server :) We alias to -client as a pragmatic concession to testing which often adds -server explicitly. If we didn't do that then we wouldn't be able to run hundreds of tests without reconfiguring testsuites into client-only / server-only etc.

Also, is it time yet for '-classic', '-native', '-green' and '-hotspot' to go 
away? :-)

It's time for jvm.cfg to go away, but not as part of my changes. ;-)

Thanks,
David

Reply via email to