Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2209836 | 7 | Tom Rodriguez | P4 | Closed | Fixed | b142 |
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.
- backported by
-
JDK-2209836 set_mode_flags isn't called without -Xmixed specified
- Closed