RFR: Naive fix for enforced dot.suffix

Jiří Vaněk jvanek at openjdk.org
Wed Aug 31 07:49:27 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

Well, yes. But  Have suffix something to do with that? I doubt.
Unless the suffix may be somehow important, then

sourceName = sourceFileName;


And we are done?

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

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


More information about the asmtools-dev mailing list