summaryrefslogtreecommitdiff
path: root/test/files/jvm/value-class-boxing
Commit message (Collapse)AuthorAgeFilesLines
* Boxing cleanup: erasure, post-erasure, value classes.Paul Phillips2013-02-202-0/+32
Introduces extractors for value class trees. Puts them to work to make the value class tree manipulations believable. Eliminated some boxing code in erasure which had been marked "maybe subsumed by posterasure?" after deciding that it had been subsumed by posterasure. Added some same-bytecode tests involving value class boxing (actually the lack thereof.)