JDK-6627797 : test test/tools/javac/generics/6500207/T6500207.java has bad summary comment
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 6u4,7
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • OS: generic
  • CPU: generic
  • Submitted: 2007-11-09
  • Updated: 2010-06-29
  • Resolved: 2010-06-29
Related Reports
Relates :  
Description
The summary for the bug reads:

     /*
  25  * @test    @(#)T6500207.java   1.7 06/26/07
  26  * @bug     6500207
  27  * @summary Allow for alternative implementation of Name Table with garbage collection of name bytes
  28  * @author  Lubo Litchev
  29  * @compile T6500207.java
  30  * @run main T6500207
  31  */

The summary should read REGRESSION:Compiler Crash withjava.lang.AssertionError assertion.
(The text above is a cut n paste error for bug 6574134.)

Comments
EVALUATION This file does not exist in 7, because the underlying bug (6500207) requiring the test is itself Closed-Not Reproducible. The test comment is presumably still bad in 6u4, but does not merit a fix there.
29-06-2010