summaryrefslogtreecommitdiff
path: root/test/files/speclib
Commit message (Collapse)AuthorAgeFilesLines
* 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.