aboutsummaryrefslogtreecommitdiff
path: root/tests/042-new-instance/src/MaybeAbstract.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove repeated newlines at the end of files.Carl Shapiro2010-06-081-1/+0
| | | | Change-Id: I1e3d103a7b932ef21acedb6438c0f26b315df28f
* Corrected behavior of Constructor.newInstance on abstract classes.Andy McFadden2009-04-301-0/+1
| | | | | | | | 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.
* Automated import from //branches/master/...@142221,142221Andy McFadden2009-03-241-0/+20