summaryrefslogtreecommitdiffstats
path: root/src/intern_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix to check image_strong_intern table when inserting weaks.jeffhao2012-03-201-4/+10
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Remove most of the unordered_ stuff and use the standard equivalents instead.Elliott Hughes2012-01-181-2/+2
* More SIGQUIT detail, earlier exit in AttachCurrentThread, handling recursive ...Elliott Hughes2011-11-031-0/+7
* Mark non-image spaces and use write barrier for image spaces.Ian Rogers2011-11-021-3/+7
* Be careful of failed allocations in the intern table.Elliott Hughes2011-10-131-2/+8
* Sweep the monitor list.Elliott Hughes2011-10-111-2/+3
* Interning image stringsBrian Carlstrom2011-09-121-12/+20
* More threads work.Elliott Hughes2011-09-111-9/+4
* Mark more roots.Elliott Hughes2011-09-011-3/+3
* Fully implement string interning.Elliott Hughes2011-09-011-19/+97
* Switch to UniquePtr.Elliott Hughes2011-08-301-2/+2
* Add some missing JNI string functions, GetObjectArrayElement, and all the pri...Elliott Hughes2011-08-231-2/+3
* Initialize ClassLinker from imageBrian Carlstrom2011-08-211-3/+11
* Clean up mutexes on shutdown.Elliott Hughes2011-08-181-0/+4
* Start implementing JNI.Elliott Hughes2011-08-111-1/+1
* String intern table and support for unordered_mapBrian Carlstrom2011-08-041-0/+40