http://cr.openjdk.java.net/~kvn/8028468/webrev/

https://bugs.openjdk.java.net/browse/JDK-8028468

Add inlining information into Compilation Replay data to correctly inline methods during recompilation. Add ability to use Replay data to replay compilation DURING normal execution of a program (in debug VM only because ciReplay is defined only in debug VM). Currently a program is not executed when we do recompilation. Allow dump and replay inlining for specified method during a program execution.

Thanks,
Vladimir

Reply via email to