commit | 6a399f3c462d84605d85f7f825c36d670c021acf | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Wed Jan 10 16:31:55 2018 -0800 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Mon Mar 25 18:37:59 2019 +0000 |
tree | 4520947329cdeb4c21eef568d036a7b92a8fcfe2 | |
parent | d91de5ffa1bfb2a6f559c0536828b03839088949 [diff] |
Allow jvmti Allocate & Deallocate function on unattached threads Some real-world agents will call the JVMTI Allocate and Deallocate functions on unattached threads and expect them to function correctly. We change the error checking to allow them to be used in this way. This is to make it easier to debug possible issues with agents. Test: ./test.py --host -j50 Bug: 70918330 Change-Id: If1796773b198d171284c3e02f38504bf094b9e0d