RFR (XXS): 8144621: CompilerControl: inline tests timeout with Xcomp
Pavel Punegov
pavel.punegov at oracle.com
Mon Feb 15 16:26:59 UTC 2016
Hi,
please review this small fix for CompilerControl tests.
Issue: tests that generate commands like "inline *.*" (-XX:CompileCommand or directives) with Xcomp make compilers forcibly inline everything. This significantly increases execution time leading to timeout.
Fix: don’t generated *.* patterns at all for such tests. It will also makes tests that use PrintAssembly to not fail with OOME by decreasing of the amount of output.
bug: https://bugs.openjdk.java.net/browse/JDK-8144621 <https://bugs.openjdk.java.net/browse/JDK-8144621>
webrev: http://cr.openjdk.java.net/~ppunegov/8144621/webrev.00/ <http://cr.openjdk.java.net/~ppunegov/8144621/webrev.00/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20160215/af3087b6/attachment.html>
More information about the hotspot-compiler-dev
mailing list