Why are we using a different file for the inline data? On Dec 27, 2013, at 6:15 PM, Vladimir Kozlov <[email protected]> wrote:
> 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 >
