We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315e774 commit 6cebc0cCopy full SHA for 6cebc0c
tool/jt.rb
@@ -1758,7 +1758,7 @@ def build_stats(attribute, *args)
1758
1759
private def build_stats_native_runtime_compilable_methods(*args)
1760
log = File.read('aot-build.log')
1761
- unless log =~ /\[librubyvm:\d+\]\s*(?<method_count>[\d,]+).* of .* methods included for runtime compilation/
+ unless log =~ /\[librubyvm:\d+\]\s*(?<method_count>[\d,]+)\s*runtime compiled methods/
1762
raise 'Could not find line with runtime methods for librubyvm'
1763
end
1764
Integer($~[:method_count].gsub(',', ''))
0 commit comments