<div>because in #recreateSpecialObjectsArray, </div><div>newArray at: 4 put: (self associationAt: #Processor).<br> &quot;Numerous classes below used for type checking and instantiation&quot;<br> newArray at: 5 put: Bitmap.<br>
 newArray at: 6 put: SmallInteger.<br> newArray at: 7 put: ByteString.<br> newArray at: 8 put: Array.<br> newArray at: 9 put: Smalltalk.</div><div> </div><div>and in real interpreter proxy, classString returns ByteString.</div>
<div>So, InterpreterProxy&gt;&gt;classString should return ByteString instead of String.</div>