Revert^2 "Generate mini-debug-info when running JIT tests."

This reverts commit 0b4479830e2614fc1582ced22a426fe7f473161b.

Reason for revert: Reland after timeout issues disappeared.

Bug: 142039427
Change-Id: I5352b18e1cdd03dc02e2bb20734c5cc6b6d18394
diff --git a/test/etc/run-test-jar b/test/etc/run-test-jar
index 4a39efb..21a2db5 100755
--- a/test/etc/run-test-jar
+++ b/test/etc/run-test-jar
@@ -924,6 +924,9 @@
     dex2oat_cmdline="${dex2oat_cmdline} --instruction-set-features=${INSTRUCTION_SET_FEATURES}"
   fi
 
+  # Enable mini-debug-info for JIT (if JIT is used).
+  FLAGS="$FLAGS -Xcompiler-option --generate-mini-debug-info"
+
   # Add in a timeout. This is important for testing the compilation/verification time of
   # pathological cases.
   # Note: as we don't know how decent targets are (e.g., emulator), only do this on the host for