RFR(L): 8066153: JEP-JDK-8046155: Test task: cover existing

Pavel Punegov pavel.punegov at oracle.com
Mon Sep 28 12:32:11 UTC 2015


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/

-- 
Thanks,
Pavel Punegov



More information about the hotspot-compiler-dev mailing list