	Initializing and loading the TestWatcher class that will (eventually) be notified of object allocations
	Allocating an j.l.Object before redefining Object class
	Allocating a Transform before redefining Object class
	Redefining the Object class to add a hook into the <init> method
Object allocated of type 'Ljava/lang/StringBuilder;'
Object allocated of type 'Ljava/nio/HeapCharBuffer;'
	Allocating an j.l.Object after redefining Object class
Object allocated of type 'Ljava/lang/Object;'
Object allocated of type 'Ljava/lang/StringBuilder;'
Object allocated of type 'Ljava/nio/HeapCharBuffer;'
	Allocating a Transform after redefining Object class
Object allocated of type 'LTransform;'
Object allocated of type 'Ljava/lang/StringBuilder;'
Object allocated of type 'Ljava/nio/HeapCharBuffer;'
	Allocating an int[] after redefining Object class
Object allocated of type 'Ljava/lang/StringBuilder;'
Object allocated of type 'Ljava/nio/HeapCharBuffer;'
	Allocating an array list
Object allocated of type 'Ljava/util/ArrayList;'
Object allocated of type 'Ljava/lang/StringBuilder;'
Object allocated of type 'Ljava/nio/HeapCharBuffer;'
	Adding a bunch of stuff to the array list
Object allocated of type 'Ljava/lang/Object;'
Object allocated of type 'Ljava/lang/Object;'
Object allocated of type 'LTransform;'
Object allocated of type 'Ljava/lang/StringBuilder;'
Object allocated of type 'Ljava/nio/HeapCharBuffer;'
	Allocating a linked list
Object allocated of type 'Ljava/util/LinkedList;'
Object allocated of type 'Ljava/lang/StringBuilder;'
Object allocated of type 'Ljava/nio/HeapCharBuffer;'
	Adding a bunch of stuff to the linked list
Object allocated of type 'Ljava/lang/Object;'
Object allocated of type 'Ljava/util/LinkedList$Node;'
Object allocated of type 'Ljava/lang/Object;'
Object allocated of type 'Ljava/util/LinkedList$Node;'
Object allocated of type 'Ljava/util/LinkedList$Node;'
Object allocated of type 'Ljava/util/LinkedList$Node;'
Object allocated of type 'Ljava/util/LinkedList$Node;'
Object allocated of type 'Ljava/util/LinkedList$Node;'
Object allocated of type 'LTransform;'
Object allocated of type 'Ljava/util/LinkedList$Node;'
Object allocated of type 'Ljava/lang/StringBuilder;'
Object allocated of type 'Ljava/nio/HeapCharBuffer;'
	Throwing from down 4 stack frames
Object allocated of type 'Ljava/lang/Exception;'
Object allocated of type 'Ljava/lang/StringBuilder;'
Object allocated of type 'Ljava/nio/HeapCharBuffer;'
	Exception caught.
Object allocated of type 'Ljava/lang/StringBuilder;'
Object allocated of type 'Ljava/nio/HeapCharBuffer;'
	Finishing test!
