summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.cc
Commit message (Expand)AuthorAgeFilesLines
* Set default hidden API policy to dark+blackDavid Brazdil2018-05-141-1/+1
* Support system server ART-profilingCalin Juravle2018-05-091-3/+14
* ART: Move JNI files to runtime/jni/ .Vladimir Marko2018-05-091-2/+2
* Log an event on hidden API accesses.Mathew Inwood2018-05-081-0/+1
* ART: Remove tombstoned parametersAndreas Gampe2018-05-041-8/+1
* Merge "Pass the fd to OatFile::Setup to avoid selinux errors."Nicolas Geoffray2018-04-261-1/+2
|\
| * Pass the fd to OatFile::Setup to avoid selinux errors.Nicolas Geoffray2018-04-241-1/+2
* | Always allow agent attach on userdebug builds with kArtTiVersionAlex Light2018-04-191-8/+7
|/
* Distinguish the various pre-allocated OutOfMemoryError use cases.Roland Levillain2018-04-111-13/+59
* Remove historical workarounds.Elliott Hughes2018-04-091-12/+0
* Separate Malloc and MemMap ArenaPoolsDavid Sehr2018-04-041-4/+10
* Merge "Revert^4 "Add an option to disable native stack dumping on SIGQUIT.""Treehugger Robot2018-03-301-0/+2
|\
| * Revert^4 "Add an option to disable native stack dumping on SIGQUIT."Nicolas Geoffray2018-03-301-0/+2
* | ART: Refactor hidden_apiAndreas Gampe2018-03-281-0/+1
|/
* Revert "Revert "Revert "Add an option to disable native stack dumping on SIGQ...Christopher Ferris2018-03-271-2/+0
* Merge "More flexible API enforcement policy support."Mathew Inwood2018-03-231-4/+9
|\
| * More flexible API enforcement policy support.Mathew Inwood2018-03-231-4/+9
* | ART: Clean up TraceAndreas Gampe2018-03-151-1/+0
|/
* Merge "Revert "Revert "Add an option to disable native stack dumping on SIGQU...Nicolas Geoffray2018-03-131-0/+2
|\
| * Revert "Revert "Add an option to disable native stack dumping on SIGQUIT.""Nicolas Geoffray2018-03-121-0/+2
* | Merge "Make LOG(INFO) a VLOG(jdwp)"Treehugger Robot2018-03-091-1/+1
|\ \
| * | Make LOG(INFO) a VLOG(jdwp)Alex Light2018-03-081-1/+1
* | | Merge "Revert "Add an option to disable native stack dumping on SIGQUIT.""Treehugger Robot2018-03-061-2/+0
|\ \ \ | | |/ | |/|
| * | Revert "Add an option to disable native stack dumping on SIGQUIT."Andreas Gampe2018-03-051-2/+0
* | | Move most of runtime/base to libartbase/baseDavid Sehr2018-03-051-4/+7
|/ /
* | Revert "Revert "Full-stack integrity: check vdex contents.""Nicolas Geoffray2018-02-281-0/+5
* | Revert "Full-stack integrity: check vdex contents."Nicolas Geoffray2018-02-271-5/+0
* | Full-stack integrity: check vdex contents.Nicolas Geoffray2018-02-271-0/+5
|/
* Register tests for profiling after the runtime has startedCalin Juravle2018-02-201-12/+12
* Add Class.getPrimitiveClass().Vladimir Marko2018-02-151-2/+0
* Refactor hidden API runtime flag from negative to positiveDavid Brazdil2018-02-141-9/+2
* Merge "ART: Add option to use stderr logger"Treehugger Robot2018-02-091-2/+7
|\
| * ART: Add option to use stderr loggerAndreas Gampe2018-02-081-2/+7
* | Merge "Revert^2 "ART: Interpreter support for VarHandle accessors""Treehugger Robot2018-02-091-0/+6
|\ \ | |/ |/|
| * Revert^2 "ART: Interpreter support for VarHandle accessors"Orion Hodson2018-02-091-0/+6
* | Do not enforce hidden API for boot image and preopt compilationDavid Brazdil2018-02-071-1/+6
|/
* Disable hidden API checks for AmDavid Brazdil2018-02-061-5/+9
* Only set UI warning on hidden API dark greylistDavid Brazdil2018-02-031-0/+1
* Enable hidden API enforcementDavid Brazdil2018-02-011-2/+4
* Merge "Make the runtime default to not allowing JDWP again."Alex Light2018-01-301-1/+14
|\
| * Make the runtime default to not allowing JDWP again.Alex Light2018-01-301-1/+14
* | ART: Call ThreadGroup.add for attached threadsAndreas Gampe2018-01-301-1/+7
|/
* Start warning on hidden API greylistDavid Brazdil2018-01-251-0/+2
* Add runtime option for no hidden API access checksDavid Brazdil2018-01-201-0/+5
* Add a new runtime option for target SDK versionDavid Brazdil2018-01-161-1/+3
* Merge changes from topic "userdebug-jdwp"Alex Light2018-01-121-5/+9
|\
| * Support using adbconnection and openjdkjvmti without JAVA_DEBUGGABLEAlex Light2018-01-111-5/+9
* | Create an ART-independent DexFileLoaderDavid Sehr2018-01-121-6/+8
|/
* Do not abort if we fail to allocate a thread-peer on shutdownAlex Light2018-01-081-5/+15
* Merge "ART: Take classloader into account for AttachAgent"Treehugger Robot2018-01-081-2/+2
|\