Code review comment for lp:~pbeaman/akiban-persistit/fix-1073357-Value-getType

Revision history for this message
Peter Beaman (pbeaman) wrote :

getValueCache() always returns a ValueCache instance, but that instance may be hollow. If it is hollow, the code throws an ISE. It's an illegal state because the only way to traverse a CLASS_REREF field is from the left, and therefore the referent should have been loaded first.

« Back to merge proposal