summaryrefslogtreecommitdiff
path: root/test/files/run/t6969.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-6969, mishandling of SoftReferences in method cache.Paul Phillips2013-01-241-0/+1
More interesting to test than it was to fix. The soft reference is now dereferenced once, the locally stored underlying value ascertained to be non-null, and the remainder of the references to the value use the local var. The enclosed test reliably NPEs without this patch.