summaryrefslogtreecommitdiffstats
path: root/test/075-verification-error/src
Commit message (Collapse)AuthorAgeFilesLines
* Add access check slow paths to field accessesIan Rogers2012-02-051-7/+7
| | | | | | | | | | | | | | | | | | | This check makes the verifier, compiler and runtime agree with who should perform access checks and fixes compliance for these instructions. Introduce new "fast" sget/sput that just get the static storage base from a method's declaring class when the static field is within the same class. Saves a load and branch in the common case. Fold gen routines for wide and not wide together. Fix bug where sub-classes could appear intialized in the image but their parents were only verified. Extra debug output for test case 075. Change-Id: I934da3624ed8fa8e026b2c95d936d04b1af022ef
* Adding old unit tests to test suite.jeffhao2011-09-295-0/+255
These tests are copied straight over. They'll still run, but they're using the old system. Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8