[9] RFR (XS): 8072422: Change a number of flags controlling loop optimizations to 'develop'
Zoltán Majó
zoltan.majo at oracle.com
Wed Mar 23 13:26:25 UTC 2016
Hi,
please review the patch for 8072422.
https://bugs.openjdk.java.net/browse/JDK-8072422
Problem: Some flags controlling loop optimizations are currently
'diagnostic'. Even though these flags are useful mostly for
compiler-related development, their value can be changed not only in
fastdebug, but also also in release builds,
Solution: Change the flags to 'develop'.
Webrev:
http://cr.openjdk.java.net/~zmajo/8072422/webrev.00/
Testing:
- locally built/started VM;
- locally executed
runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java.
Thank you and best regards,
Zoltan
More information about the hotspot-compiler-dev
mailing list