RFR: Naive fix for enforced dot.suffix

Jiří Vaněk jvanek at openjdk.org
Wed Aug 24 11:39:08 UTC 2022


On Wed, 24 Aug 2022 11:32:47 GMT, Jiří Vaněk <jvanek at openjdk.org> wrote:

> Afaik the ATT_SourceFile have no real impact. In dissassembeld code it differs:
> ```  }
> } // end Class Tool compiled from "g"
> 
> 
>   }
> } // end Class Tool compiled from "g.jasm"
> 
> ```  
>   }
> } // end Class Tool compiled from "stdin"
> 
> 
> for imput files of g, g.jasm and stdin stream

the stdin/in -> strdin/stdin is reelvant. just "in" was not exactly clear, and now it is more aligned with others

-------------

PR: https://git.openjdk.org/asmtools/pull/37


More information about the asmtools-dev mailing list