commit | 34f8be0bc97c236d84fdd528c7ba63a3bd168e4b | [log] [tgz] |
---|---|---|
author | Albert Noll <anoll@openjdk.org> | Fri May 31 06:41:50 2013 +0200 |
committer | Albert Noll <anoll@openjdk.org> | Fri May 31 06:41:50 2013 +0200 |
tree | 951414ab8a908139409769ecfaf22b4f069115c7 | |
parent | ff008d061551555640074f1acbfcadf3ef23cf1e [diff] |
8013496: Code cache management command line options work only in special order. Another order of arguments does not deliver the second parameter to the jvm Moved check that ReservedCodeCacheSize >= InitialCodeCacheSize to Arguments::check_vm_args_consistency(). As a result, the ordering in which the two parameters are given to the VM is not relevant. Added a regression test. Reviewed-by: kvn, twisti