RFR (S): 8022456: LogCompilation tool does not work with C1 output again
Vladimir Kozlov
vladimir.kozlov at oracle.com
Thu Aug 15 14:56:09 PDT 2013
Looks good.
Vladimir
On 8/15/13 2:33 PM, Vladimir Ivanov wrote:
> http://cr.openjdk.java.net/~vlivanov/8022456/webrev.01/
> 29 lines changed: 11 ins; 6 del; 12 mod;
>
> LogCompilation tool erroneously expects "live" and "phase" attributes to be always present. It's correct for C2, but not
> for C1.
> Fixed the problem by making them optional during parsing.
>
> Also, added "phase" attribute to phase_done element to make the behavior consistent between C1/C2.
>
> Testing: manual (parsed hotspot.log files from HS regression tests)
>
> Thanks!
>
> Best regards,
> Vladimir Ivanov
More information about the hotspot-compiler-dev
mailing list