<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello.<br class="">Please review the small fix for jdk9.<br class="">The change add an additional gcc option to the libawt lib to improve some graphics operations: 20%.<div class=""><br class=""></div><div class="">This option is a part of -03.</div><div class=""><blockquote type="cite" class=""><dt class=""><code class="">-fgcse-after-reload</code></dt><dd class=""><a name="index-fgcse-after-reload-805" class=""></a>When <samp class="">-fgcse-after-reload</samp> is enabled, a redundant load elimination
pass is performed after reload.  The purpose of this pass is to clean up
redundant spilling.</dd></blockquote><a href="https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html" class="">https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html</a><br class=""><div class=""><br class=""></div>Note that if -03 will be enabled directly via OPTIMIZATION flag then the performance will not be improved.<br class=""><br class="">Bug: https://bugs.openjdk.java.net/browse/JDK-8140266<br class="">Webrev can be found at: http://cr.openjdk.java.net/~serb/8140266/webrev.00</div></body></html>