Searched refs:ConstructionFails (Results 1 – 1 of 1) sorted by relevance
77 new ConstructionFails(); in exceptionInConstructor()92 assertTrue("object whose constructor threw was not finalized", ConstructionFails.finalized); in testBackFromTheDead()95 static class ConstructionFails { class in FinalizeTest98 ConstructionFails() { in ConstructionFails() method in FinalizeTest.ConstructionFails