JDK-6868991 : JPRT: elide GCBasher_G1 test on winx64 until 6867250 is resolved
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-08-06
  • Updated: 2010-04-02
  • Resolved: 2010-01-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7 Other
6u18Fixed 7Fixed hs16Fixed
Related Reports
Relates :  
Relates :  
Description
GCBasher_G1 on winx64 is failing intermittently because of 6867250. Elide
that test in JPRT so that other tasks are not held hostage to the G1 failure.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/703065c670fa
06-08-2009

SUGGESTED FIX diff -r 6cb8e9df7174 make/jprt.properties --- a/make/jprt.properties Tue Aug 04 16:00:17 2009 -0700 +++ b/make/jprt.properties Wed Aug 05 18:50:25 2009 -0700 @@ -306,7 +306,6 @@ jprt.my.windows.x64.test.targets = \ ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParallelGC, \ ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParNewGC, \ ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_CMS, \ - ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_G1, \ ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCBasher_ParOldGC, \ ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_default, \ ${jprt.my.windows.x64}-{product|fastdebug}-c2-GCOld_SerialGC, \
06-08-2009

EVALUATION Bummer!
06-08-2009