Github user dkuppitz commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/876#discussion_r202110691
--- Diff:
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/traverser/B_O_S_SE_SL_Traverser.java
---
@@ -32,6 +32,7 @@
protected Object sack = null;
protected short loops = 0; // an optimization hack to use a short
internally to save bits :)
+ protected String loopName = null;
--- End diff --
Again, this should be included in `hashCode()`.---
