mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-20 20:00:28 +00:00
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