Java garbage collectors are more performant than those in either Haskell or Erlang.
This is clearly false with a generational garbage collector.
Reference counting vs GC involves a complex set of tradeoffs but it’s not true that one is simply better than the other, and we shouldn’t make false claims when advocating either approach.