summaryrefslogtreecommitdiff
path: root/test/files/speclib
Commit message (Collapse)AuthorAgeFilesLines
* rethinks tagsEugene Burmako2012-04-231-1/+1
| | | | | * introduces ArrayTag and ErasureTag * all type tags now feature erasure
* The rest of the inline classes.Paul Phillips2012-03-141-1/+1
| | | | | | | | | Have you often thought that programming is just like the movie 'Hackers', only with less rollerblading? Now that we have @inline skates, that last caveat can be retired. It's just like the movie 'Hackers'. Signed-off-by: Zero Cool
* Fixed specialized tests.Paul Phillips2012-02-041-1/+1
|
* Applied a few more fixes for specialization and...Aleksandar Pokopec2011-02-091-1/+1
| | | | | | Applied a few more fixes for specialization and added a new instrumented jar. Review by dragos.
* Added a test case for anyref specialization.Aleksandar Pokopec2011-02-091-1/+1
|
* Added jdk1.5 version of the instrumented librar...Aleksandar Pokopec2011-01-171-1/+1
| | | | | | | Added jdk1.5 version of the instrumented library classes jar. No review.
* Adapted specialization tests to track number of...Aleksandar Pokopec2011-01-171-1/+1
| | | | | | | Adapted specialization tests to track number of boxings. Review by dragos
* Added 'specialized' tests.Aleksandar Pokopec2011-01-171-0/+1
Added a new test group - specialized. Modified partest to add a jar with instrumented classes to classpath when compiling and running tests. Added a primary version of the instrumented BoxesRuntime, and a script to produce a jar for it. Added the 'speclib' folder to partest files, which contains the jar with the instrumented classes. Review by dragos.