summaryrefslogtreecommitdiff
path: root/test/168-vmstack-annotated/src
AgeCommit message (Collapse)Author
2023-01-09De-flake 168-vmstack-annotated. Nicolas Geoffray
The test is brittle in that it expects the thread to enter the non-runnable state at a precise location. The ForkJoinPool class initializer was breaking this assumption, so eagerly initialize the class. Test: 168-vmstack-annotated Bug: 262209436 Change-Id: I70c45c6e71de6e93aa994f3edeaf7ea6667c0536
2018-01-08ART: Add support for VMStack.getAnnotatedStackTrace Andreas Gampe
Add Thread.CreateAnnotatedStackTrace to return an array that contains an AnnotatedStackTraceElement for each stack frame, with the StackTraceElement describing the frame, an array containing all objects that are locked at the described location, and optionally for the top frame an object the thread is blocked on, waiting for or sleeping on. Add a test. Bug: 70538431 Test: m test-art-host Test: art/test/testrunner/testrunner.py -b --host -t 168 Change-Id: I0d92e3d8182c4a592549a6445854816f71afd29e