JDK-4767579 : Autogenerate jar list in JarFile.isKnownToNotHaveClassPathAttribute
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util.jar
  • Affected Version: 1.4.2
  • Priority: P5
  • Status: Closed
  • Resolution: Won't Fix
  • OS: generic
  • CPU: generic
  • Submitted: 2002-10-23
  • Updated: 2003-11-14
  • Resolved: 2003-11-14
Related Reports
Relates :  
Relates :  
Description
This routine was added to optimize away manifest parsing and scanning for the
purposes of discovering whether a JRE-internal jar file contains a "Class-Path"
attribute in its manifest. Currently no JRE-internal jars have such an attribute
in their manifests; however, the hardcoded list of path names in this routine
should be autogenerated somehow.

Comments
EVALUATION Not critical. ###@###.### 2002-12-06 Too complicated to autogenerate in build process. ###@###.### 2003-11-14
06-12-2002