1) Please send your filter configuration to
support@yourkit.com for further investigation. The filters are located in the file ~/.yjp/config/filters-j2006.xml.
2) After a quick look at the take() method, I can say that it should not be filtered out. It is a single filtered method within a method chain. Filtering does not mean the method is excluded entirely. The profiler always displays the first and last methods in a chain of sequentially filtered method calls.
For example, if you have a filtered method chain like a() -> b() -> c() -> d(), the profiler will show a() -> d() to preserve context—indicating that you entered the filtered method chain at a() and exited at d().
Best regards,
Vladimir Kondratyev
YourKit GmbH
http://www.yourkit.com
"Don't get lost in data, get information!"