//shark-graph/shark/HeapGraph/findObjectById

findObjectById

[jvm]
abstract fun findObjectById(objectId: Long): HeapObject

Returns the HeapObject corresponding to the provided objectId, and throws IllegalArgumentException otherwise.