hg: hsx/hotspot-comp/hotspot: 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.

vladimir.kozlov at oracle.com vladimir.kozlov at oracle.com
Fri May 31 21:57:09 PDT 2013


Changeset: c07dd9be16e8
Author:    anoll
Date:      2013-05-31 06:41 +0200
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/c07dd9be16e8

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.
Summary: 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

! src/share/vm/runtime/arguments.cpp
+ test/compiler/8013496/Test8013496.sh



More information about the hotspot-compiler-dev mailing list