History log of /art/test/1900-track-alloc/src/art/Test1900.java
Revision Date Author Comments
c19cd2faf041a71e1b16af70109e301905aa01b8 06-Jul-2017 Alex Light <allight@google.com> Track jvmti allocations related to object tagging

Object tagging overhead can be significant. We now surface that
overhead via the jvmti-extension for memory use.

Test: ./test.py --host -j40
Bug: 62065509

Change-Id: Id0b98e74d66a1a99ac89186176ade39c922569cd
8ddfd9f66af232d0beb706881e1e0764c44b4a63 06-Jul-2017 Alex Light <allight@google.com> Add support for tracking jvmti allocations

Adds a jvmti extension for getting the amount of memory allocated and
by jvmtiEnvs and currently live.

Bug: 62065509
Test: ./test.py --host -j40
Change-Id: I5d05b171260d91f9c415f7a5cb40cc01b48d7d07