OSDN Git Service

Revert "Disable JDWP tests with read barriers."
authorHiroshi Yamauchi <yamauchi@google.com>
Tue, 19 Apr 2016 18:23:15 +0000 (11:23 -0700)
committerHiroshi Yamauchi <yamauchi@google.com>
Tue, 19 Apr 2016 18:23:15 +0000 (11:23 -0700)
This reverts commit f2a5c9c5669664ad008ed48f511e8f101d4bc299.

Bug: 25800335

tools/run-jdwp-tests.sh

index 354fcef..b6a19b7 100755 (executable)
@@ -28,18 +28,6 @@ if [ ! -f $test_jack ]; then
   exit 1
 fi
 
-if [ "x$ART_USE_READ_BARRIER" = xtrue ]; then
-  # For the moment, skip JDWP tests when read barriers are enabled, as
-  # they sometimes exhibit a deadlock issue with the concurrent
-  # copying collector in the read barrier configuration, between the
-  # HeapTaskDeamon and the JDWP thread (b/25800335).
-  #
-  # TODO: Re-enable the JDWP tests when this deadlock issue is fixed.
-  echo "JDWP tests are temporarily disabled in the read barrier configuration because of"
-  echo "a deadlock issue (b/25800335)."
-  exit 0
-fi
-
 art="/data/local/tmp/system/bin/art"
 art_debugee="sh /data/local/tmp/system/bin/art"
 args=$@