comparison src/share/vm/opto/c2_globals.hpp @ 17:ff5961f4c095

6395208: Elide autoboxing for calls to HashMap.get(int) and HashMap.get(long) Reviewed-by: kvn, rasbold
author never
date Wed, 05 Dec 2007 09:01:00 -0800
parents a61af66fc99e
children 99269dbf4ba8
comparison
equal deleted inserted replaced
16:f8236e79048a 17:ff5961f4c095
365 "Print per-lock-site statistics of biased locking in JVM") \ 365 "Print per-lock-site statistics of biased locking in JVM") \
366 \ 366 \
367 notproduct(bool, PrintEliminateLocks, false, \ 367 notproduct(bool, PrintEliminateLocks, false, \
368 "Print out when locks are eliminated") \ 368 "Print out when locks are eliminated") \
369 \ 369 \
370 diagnostic(bool, EliminateAutoBox, false, \
371 "Private flag to control optimizations for autobox elimination") \
372 \
373 product(intx, AutoBoxCacheMax, 128, \
374 "Sets max value cached by the java.lang.Integer autobox cache") \
375 \
370 product(bool, DoEscapeAnalysis, false, \ 376 product(bool, DoEscapeAnalysis, false, \
371 "Perform escape analysis") \ 377 "Perform escape analysis") \
372 \ 378 \
373 notproduct(bool, PrintEscapeAnalysis, false, \ 379 notproduct(bool, PrintEscapeAnalysis, false, \
374 "Print the results of escape analysis") \ 380 "Print the results of escape analysis") \