Skip to content

Parser extension for PrintCompilation

Leandro Watanabe requested to merge extend_parser_compiled_method into master

@jbeyler01 @mcao01 @rrose01 The parser now works with the output when running with -XX:+PrintCompilation. If we change compilation threshold to 1, we can get all execute methods as well.

Merge request reports