RFR: 8033441: print line numbers with -XX:+PrintOptoAssembly [v2]
Jason Tatton
github.com+70893615+jasontatton-aws at openjdk.java.net
Thu Nov 19 21:50:20 UTC 2020
On Thu, 19 Nov 2020 14:29:00 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> I've submitted some testing and TestPrintOptoAssemblyLineNumbers fails when being executed with -XX:CompileThreshold=100.
Thanks for raising this. I have adjusted the test case such that it will only check for line number information on c2 optimizer output (from -XX:+PrintOptoAssembly) if that output is present on the console output. This way the test will be effectively skipped in cases where command line options such as `-XX:CompileThreshold=100` are used
-------------
PR: https://git.openjdk.java.net/jdk/pull/1272
More information about the hotspot-compiler-dev
mailing list