Re: hotspot atom editor integration

2017-08-28 Thread Maurizio Cimadamore
On 21/08/17 13:30, Erik Joelsson wrote: For each generated object file, there is a corresponding .cmdline file which contains the full compile command line. That file can be parsed to extract the relevant flags that were used, and is probably easier to work with than parsing a debug build log

Re: hotspot atom editor integration

2017-08-21 Thread Erik Joelsson
For each generated object file, there is a corresponding .cmdline file which contains the full compile command line. That file can be parsed to extract the relevant flags that were used, and is probably easier to work with than parsing a debug build log. /Erik On 2017-08-11 15:37, Maurizio C