History log of /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/JPDADebuggeeSynchronizer.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e1833aa2673d4f975ad35e7a39317feeea922fe1 23-Feb-2017 Sebastien Hertz <shertz@google.com> Fix warnings of JDWP tests

This CL fixes general warning issues:
- Adds missing @Override annotations
- Adds parameterized types for generic classes (List, Iterator, ...)
- Removes unused imports
- Removes declared method exceptions which are not thrown
- Adds @SuppressWarning annotations in debuggee classes (like when a
symbol is not used in the code but is accessed through debugger)
- Makes inner classes static when possible

More specific issues (related to design, ...) will be addressed in
separate CLs.

Test: art/tools/run-jdwp-tests.sh --mode=host --variant=X64
Change-Id: I83709f5d76b2a8c9268cd11dd7884982d5d06f2d
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/JPDADebuggeeSynchronizer.java
0e0d1569e741810b688da0d09827bdd86122388a 20-May-2016 Roland Levillain <rpl@google.com> Update JPDA documentation with respect to sync port.

This is a follow-up to commit
425673da79426d66c1ea05029f295b63d0e8a3c6
(https://android-review.googlesource.com/#/c/231590).

Bug: 28869570
Change-Id: Ieafdb48905a2ea44a4ac45635bf720b12d8c05da
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/JPDADebuggeeSynchronizer.java
425673da79426d66c1ea05029f295b63d0e8a3c6 20-May-2016 Roland Levillain <rpl@google.com> Have the default JDWP sync connection port be chosen by the OS.

When the JDWP port number for the sync connection is not set
explicitly (by assigning a value to the the
jpda.settings.syncPort runtime property), let the OS decide
which port to open.

Bug: 28869570
Change-Id: I265429249268da5df38aa112886b64eef7860221
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/JPDADebuggeeSynchronizer.java
62caab4659c16e09f8f7ca93c13f2186d306aafe 22-Oct-2015 Nicolas Geoffray <ngeoffray@google.com> Do not depend on IPv6 to run jdwp tests.

Some of our slaves don't have it.

bug:25178637

Change-Id: I72e8ebbe32cbb6be287cdcabc900cee3b0e05ef9
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/JPDADebuggeeSynchronizer.java
f071b0daf89102f441718079a50562a970846a59 20-Apr-2015 Nicolas Geoffray <ngeoffray@google.com> Use a public API for getting the loopback.

Inet4Address.LOOPBACK is public only on Android. Use
InetAddress.getLoopbackAddress() instead which is public since 1.7.

Change-Id: I86b9fea04e770a6e715dc13334ce728f17fd44c0
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/JPDADebuggeeSynchronizer.java
ea82049f8c0f088c6e2bccc09b332d84fbc34b87 17-Apr-2015 Nicolas Geoffray <ngeoffray@google.com> Use 127.0.0.1 to avoid DNS lookups.

In the way we setup the chrome buildbot testing, DNS lookup
does not work: ART is being pushed like an app but brings
its own version of bionic, which can be incompatible with
the version on the device. DNS lookup talks to a daemon, which
understands the old version of bionic, not the new one.

Change-Id: I761a385b12b6c4b385f1f2c7154b4776adb7d869
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/JPDADebuggeeSynchronizer.java
5f0a23683aa603d8c50b6dd071a565821b76067b 10-Dec-2011 Elliott Hughes <enh@google.com> Add harmony's jdwp tests.

Change-Id: I1c0e70cd9e07244fe422a4f77f3727b55ec28402
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/JPDADebuggeeSynchronizer.java