If you index the OpenGrok code base and then search for "bject" in the full text search, you'll get a match in testdata/sources/java/Main.class. However, there is no "bject" token in that file. It's probably "Object" that has been garbled.
This is most likely a regression. Tested the same search on src.opensolaris.org, which runs 0.9, and it returned 0 matches.