RFR(L): 8066153: JEP-JDK-8046155: Test task: cover existing
Vladimir Kozlov
vladimir.kozlov at oracle.com
Wed Oct 7 02:50:19 UTC 2015
We have test problems with parsing output of LogCompilation and other
outputs because it could be cut off. I would prefer adding new WB events
API to record interesting events.
Otherwise seems fine. Nils should look on this to make sure all
paths/flags are tested.
Thanks,
Vladimir
On 9/28/15 8:32 PM, Pavel Punegov wrote:
> Hi,
>
> please review the following tests fro JEP 165 Compiler Control.
> These tests cover both CompileCommand and new directives (through
> CompileDirectivesFile).
>
> The main idea of tests is to create a one or multiple commands or
> directives for methods in the pool and execute a test VM with a set of
> method states (should method be compiled, inlined, printed, etc.). On
> the end test checks that only correct methods are logged with
> LogCompilation, or printed via PrintAssembly.
>
> Bugs:
> https://bugs.openjdk.java.net/browse/JDK-8066153
> https://bugs.openjdk.java.net/browse/JDK-8066165
>
> webrev: http://cr.openjdk.java.net/~ppunegov/8066153/webrev.00/
>
More information about the hotspot-compiler-dev
mailing list