History log of /dalvik/tests/042-new-instance/src/MaybeAbstract.java
Revision Date Author Comments
7365493ad8d360c1dcf9cd8b6eee62747af01cae 09-Jun-2010 Carl Shapiro <cshapiro@google.com> Remove repeated newlines at the end of files.

Change-Id: I1e3d103a7b932ef21acedb6438c0f26b315df28f
dc5ffb8e544e533a269960ddb78e38fb491d8ab6 01-May-2009 Andy McFadden <fadden@android.com> Corrected behavior of Constructor.newInstance on abstract classes.

The VM now throws an exception when somebody tries to create an instance
of an abstract class through a Constructor object. It also ensures that
the class is initialized before attempting to create an instance.

This change adds some Constructor tests to the 042-new-instance VM test.
(It also pulls in some additions that were made to the 042 test back
in March, on the p4 master branch.)
d3e57403913382d4173c3190b38ab1aae136c565 01-May-2009 Andy McFadden <fadden@android.com> Corrected behavior of Constructor.newInstance on abstract classes.

The VM now throws an exception when somebody tries to create an instance
of an abstract class through a Constructor object. It also ensures that
the class is initialized before attempting to create an instance.

This change adds some Constructor tests to the 042-new-instance VM test.
7e3f161c5d4d2940a4771e543431fe3ba4a22f67 25-Mar-2009 Andy McFadden <> Automated import from //branches/master/...@142221,142221