Duplicate :
|
|
Relates :
|
Currently JVMFlag::find_flag() does a linear search over 1000 flags. To speed up the processing of "java -XX" command-line flags, we should store these flags in a hashtable. Preferably the hashvalues should be computed at build time, so the run time cost of setting up the table can be minimized.
|