diff options
Diffstat (limited to 'test/906-iterate-heap/run')
| -rwxr-xr-x | test/906-iterate-heap/run | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/test/906-iterate-heap/run b/test/906-iterate-heap/run index 3e135a378d..4379349cb2 100755 --- a/test/906-iterate-heap/run +++ b/test/906-iterate-heap/run @@ -14,30 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -plugin=libopenjdkjvmtid.so -agent=libtiagentd.so -lib=tiagentd -if [[ "$@" == *"-O"* ]]; then - agent=libtiagent.so - plugin=libopenjdkjvmti.so - lib=tiagent -fi - -if [[ "$@" == *"--jvm"* ]]; then - arg="jvm" -else - arg="art" -fi - -if [[ "$@" != *"--debuggable"* ]]; then - other_args=" -Xcompiler-option --debuggable " -else - other_args="" -fi - ./default-run "$@" --experimental agents \ --experimental runtime-plugins \ - --runtime-option -agentpath:${agent}=906-iterate-heap,${arg} \ - --android-runtime-option -Xplugin:${plugin} \ - ${other_args} \ - --args ${lib} + --jvmti |