OSDN Git Service

Use the current Java stack instead of the ThrowLocation.
authorNicolas Geoffray <ngeoffray@google.com>
Mon, 9 Mar 2015 14:56:37 +0000 (14:56 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Mon, 9 Mar 2015 17:23:01 +0000 (17:23 +0000)
commitee0770379ab3e328fdd5a733e62f05b9f5216e38
treee37dfb0e4530395abad5a6c344651645b56e3082
parent2cfdabd2bb4833d7092819d27ef08a9e1cdffead
Use the current Java stack instead of the ThrowLocation.

The ThrowLocation contains information we can actually retrieve
from the current stack.

Change-Id: I7e5b2f519f95830c457cb31ea10a581aa9c973ee
runtime/thread.cc