In `g1OopClosures.hpp`, `G1MarkNone` and `G1MarkPromotedFromRoot` behave the same (possibly after JDK-8159440). If we remove one of them, the enum, `G1Mark`, would have only two entries, controlling if an object, outside of the collection set, should be marked. Consider using a bool instead.