The point of this test is to ensure that we can cause many paths to be created, drawn,
and destroyed without causing hangs or crashes. This tests the native reference counting
scheme in particular, because we should be able to have the Java-level path finalized
without destroying the underlying native path object until we are done referencing it
in pending DisplayLists. |