review for 7041582: set_mode_flags isn't called without -Xmixed specified (original) (raw)
Tom Rodriguez tom.rodriguez at oracle.com
Tue May 3 15:03:08 PDT 2011
- Previous message: hg: jdk7/hotspot-comp/langtools: 141 new changesets
- Next message: review for 7041582: set_mode_flags isn't called without -Xmixed specified
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://cr.openjdk.java.net/~never/7041582
7041582: set_mode_flags isn't called without -Xmixed specified Reviewed-by:
The fix 7034513 moved some logic into set_mode_flags but set_mode_flags isn't called unless a mode is specified on the command line. The fix simply to call set_mode_flag(_mixed) before parsing arguments. Tested with -XX:+PrintFlagsFinal.
- Previous message: hg: jdk7/hotspot-comp/langtools: 141 new changesets
- Next message: review for 7041582: set_mode_flags isn't called without -Xmixed specified
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list