OSDN Git Service

ART: Give JIT thread pool workers a peer
authorAndreas Gampe <agampe@google.com>
Tue, 24 Jan 2017 21:33:57 +0000 (13:33 -0800)
committerAndreas Gampe <agampe@google.com>
Fri, 27 Jan 2017 22:45:40 +0000 (14:45 -0800)
commit1ee6dd71e1b9e51e15aae4d3bc95d799f11dbd04
tree8aa0400bcac644fdb75bb1d60bf0a1083936df57
parentb15de0c0580633701c19c32bb60bcd64f30da867
ART: Give JIT thread pool workers a peer

To allow reporting those threads, give JIT pool threads a peer.
This is necessary as the compiler may load classes.

Bug: Bug: 29547798
Bug: 31684920
Test: m ART_TEST_JIT=true test-art-host
Change-Id: I7c8e44132475f38995542da76285ca3dd63c559a
runtime/jit/jit.cc
runtime/runtime.cc