summaryrefslogtreecommitdiff
path: root/test/files/run/t3897/J_2.java
Commit message (Collapse)AuthorAgeFilesLines
* Begone t1737...Hubert Plociniczak2011-11-021-2/+2
|
* When was the last time -Xcheckinit was run? It ...Paul Phillips2010-12-111-2/+6
| | | | | | | | | | When was the last time -Xcheckinit was run? It must have been a long time. All these changes are to address bugs revealed by -Xcheckinit, mostly in test cases, some in the compiler. I'm guessing the partest -Xcheckinit runs are hanging the first time they run into a failure, so if it starts "working" again after this commit don't get too confident. No review.
* Unsuppressed generic signatures for members wit...Paul Phillips2010-11-111-0/+23
Unsuppressed generic signatures for members with expanded names. Closes #3897, review by dragos.