RFR(L): 8028468: Add inlining information into ciReplay

Vladimir Kozlov vladimir.kozlov at oracle.com
Fri Dec 27 18:15:24 PST 2013


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



More information about the serviceability-dev mailing list